Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement proposal : A milvus_cli without any dependencies #3

Open
haorenfsa opened this issue Dec 24, 2021 · 0 comments
Open

Enhancement proposal : A milvus_cli without any dependencies #3

haorenfsa opened this issue Dec 24, 2021 · 0 comments

Comments

@haorenfsa
Copy link

haorenfsa commented Dec 24, 2021

Current milvus_cli depends on python >=3.8.5 to run, while most server image in production (like RHEL<=7 or ubantu <=16) won't have python at such high version. Some slimed or old images may only have python2 or even no python installed.

I'm recently try to build a rpm binary release for RHEL7, and I mean to enclude a milvus_cli for the user to check the service after installation. But I give up for there're so many dependency to install and there're dependency conflicts that could drive our user crazy.

Now that the go SDK is available, maybe we can use it to build a binary client without dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant