milvus-io / milvus-lite

A lightweight version of Milvus
Apache License 2.0
240 stars 29 forks source link

cannot install langchain-milvus #171

Open PavlinaYordanova opened 3 weeks ago

PavlinaYordanova commented 3 weeks ago

PS C:\Work> pip install -qU langchain-milvus ERROR: Could not find a version that satisfies the requirement milvus-lite<2.5.0,>=2.4.0 (from pymilvus) (from versions: none) ERROR: No matching distribution found for milvus-lite<2.5.0,>=2.4.0

Can you help me? I uninstall all packages dependencies, and install them again and still got the above error. What packages and which versions I have to install? Please, help me

codingjaguar commented 3 weeks ago

@zc277584121 can you help check if LangChain dependency conflicts with pymilvus requirement?

codingjaguar commented 3 weeks ago

@PavlinaYordanova meanwhile can you try pip uninstall both milvus-lite and pymilvus?

junjiejiangjjj commented 3 weeks ago

miluvs-lite currently does not support Windows