deep-searcher icon indicating copy to clipboard operation
deep-searcher copied to clipboard

ERROR: pymilvus 2.5.6 requires grpcio<=1.67.1,>=1.49.1, but you have grpcio 1.71.0 which is incompatible.

Open MrsBookik opened this issue 11 months ago • 5 comments

Installing the Milvus and Qdrant Client Library produces the following error:

pip install pvmilvus qdrant_client:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pymilvus 2.5.6 requires grpcio<=1.67.1,>=1.49.1, but you have grpcio 1.71.0 which is incompatible.

MrsBookik avatar Mar 27 '25 11:03 MrsBookik

https://github.com/milvus-io/pymilvus/issues/2358

Which library caused this high version of grpcio? I checked the latest pymilvus and it should only support up to 1.70.0

SimFG avatar Mar 27 '25 11:03 SimFG

milvus-io/pymilvus#2358

Which library caused this high version of grpcio? I checked the latest pymilvus and it should only support up to 1.70.0

qdrant_client

MrsBookik avatar Mar 27 '25 12:03 MrsBookik

@MrsBookik You can temporarily lower the version of grpcio

SimFG avatar Mar 27 '25 15:03 SimFG

@MrsBookik we will use the more powerful dependencies management tool , e.g. uv , in the future. That case we can optionally install the dependencies only with the selected providers

zc277584121 avatar Mar 28 '25 03:03 zc277584121