jina-ai / jina

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

opentelemetry-exporter-prometheus version conflict #6117

Closed k1dav closed 7 months ago

k1dav commented 7 months ago

Describe the bug Cannot install the Jina

Describe how you solve it add the following to requirements.txt

opentelemetry-exporter-prometheus==1.12.0rc1 --pre

Take care about the opentelemetry-exporter-prometheus version and release date image

Environment Any new installation

Screenshots

The conflict is caused by:
    jina 3.20.3 depends on opentelemetry-exporter-prometheus>=1.12.0rc1
    jina 3.20.2 depends on opentelemetry-exporter-prometheus>=1.12.0rc1

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict