milvus-lite icon indicating copy to clipboard operation
milvus-lite copied to clipboard

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

Open elstic opened this issue 1 year ago • 4 comments

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 avatar May 31 '24 03:05 elstic

/assign @junjiejiangjjj

elstic avatar May 31 '24 03:05 elstic

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

junjiejiangjjj avatar May 31 '24 03:05 junjiejiangjjj

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

elstic avatar May 31 '24 03:05 elstic

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

Yes, Python's pip will not uninstall dependencies.

junjiejiangjjj avatar May 31 '24 03:05 junjiejiangjjj