jina-ai / jina

☁️ Build multimodal AI applications with cloud-native stack
https://docs.jina.ai
Apache License 2.0
21.01k stars 2.21k forks source link

ERROR: Cannot install jina because these package versions have conflicting dependencies. #6039

Closed kirandeol closed 1 year ago

kirandeol commented 1 year ago

When trying to install clip_server, I am getting this error with the jina package. The error showed up a few hours ago (was fine yesterday on September 4).

pip install jina ERROR: Cannot install jina because these package versions have conflicting dependencies.

The conflict is caused by: opentelemetry-instrumentation-aiohttp-client 0.33b0 depends on opentelemetry-instrumentation==0.33b0 opentelemetry-instrumentation-fastapi 0.40b0 depends on opentelemetry-instrumentation==0.40b0 opentelemetry-instrumentation-aiohttp-client 0.33b0 depends on opentelemetry-instrumentation==0.33b0 opentelemetry-instrumentation-fastapi 0.39b0 depends on opentelemetry-instrumentation==0.39b0 opentelemetry-instrumentation-aiohttp-client 0.33b0 depends on opentelemetry-instrumentation==0.33b0 opentelemetry-instrumentation-fastapi 0.38b0 depends on opentelemetry-instrumentation==0.38b0 opentelemetry-instrumentation-aiohttp-client 0.33b0 depends on opentelemetry-instrumentation==0.33b0 opentelemetry-instrumentation-fastapi 0.37b0 depends on opentelemetry-instrumentation==0.37b0 opentelemetry-instrumentation-aiohttp-client 0.33b0 depends on opentelemetry-instrumentation==0.33b0 opentelemetry-instrumentation-fastapi 0.36b0 depends on opentelemetry-instrumentation==0.36b0 opentelemetry-instrumentation-aiohttp-client 0.33b0 depends on opentelemetry-instrumentation==0.33b0 opentelemetry-instrumentation-fastapi 0.35b0 depends on opentelemetry-instrumentation==0.35b0 opentelemetry-instrumentation-aiohttp-client 0.33b0 depends on opentelemetry-instrumentation==0.33b0 opentelemetry-instrumentation-fastapi 0.34b0 depends on opentelemetry-instrumentation==0.34b0

k1dav commented 1 year ago

check the issue from langflow opentelemetry-sdk = ">=1.14.0,<1.20.0" https://github.com/logspace-ai/langflow/issues/866

or you can install jina from git pip install git+https://github.com/jina-ai/jina.git

JoanFM commented 1 year ago

Hey @kirandeol ,

We are going to release a patch today with the fix for this. Thanks for reporting

JoanFM commented 1 year ago

Closed by #6037

JoanFM commented 1 year ago

Patch 3.20.2 should have fixed it

kirandeol commented 1 year ago

Working now, thanks so much!