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

[Bug]: [usability] If you already have an older version of milvus-lite, and when updating or uninstalling pymilvus, milvus lite does not follow pymilvus #156

Open
elstic opened this issue May 31, 2024 · 4 comments

Comments

@elstic
Copy link
Contributor

elstic commented May 31, 2024

code:

 pip install -U pymilvus

Updating pymilvus only, the logic is fine, but it does not automatically update milvus-lite

code:

pip uninstall pymilvus 
pip list |grep milvus 
milvus-lite              2.4.6
milvus-model             0.2.1

If milvus lite is updated, the user needs to update milvus lite manually, which is not easy to use and cannot follow pymilvus.

@elstic
Copy link
Contributor Author

elstic commented May 31, 2024

/assign @junjiejiangjjj

@junjiejiangjjj
Copy link
Collaborator

This command is used to update pymilvus. If you want to update milvus-lite, you can only use pip install -U milvus-lite

@elstic
Copy link
Contributor Author

elstic commented May 31, 2024

pip install pymilvus also downloaded milvus-lite , but uninstall pymilvus didn't uninstall milvus-lite.

@junjiejiangjjj
Copy link
Collaborator

pip install pymilvus also downloaded milvus-lite , but uninstall pymilvus didn't uninstall milvus-lite.

Yes, Python's pip will not uninstall 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

2 participants