ERROR: pymilvus 2.5.6 requires grpcio<=1.67.1,>=1.49.1, but you have grpcio 1.71.0 which is incompatible.
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.
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
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 You can temporarily lower the version of grpcio
@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