Description
Issue Title
Type
- Big
- Feature Request
- Info
- Bug
- Documentation
- [x ] Other (please specify):
Description
when doing a docker-compose up got the error regarding the dependencies !
Expected Behavior
Current Behavior
Steps to Reproduce
- docker-compose up
Screenshots / Code Snippets (if applicable)
Environment
- Operating System: ubuntu
- Browser (if applicable): no
- Version/Commit ID (if applicable):
Possible Solution (if you have any in mind)
Additional Information
Downloading cohere-4.19.2-py3-none-any.whl.metadata (5.3 kB)
INFO: pip is still looking at multiple versions of qdrant-client to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
ERROR: Cannot install -r requirements.txt (line 101), -r requirements.txt (line 112), -r requirements.txt (line 113), -r requirements.txt (line 55), -r requirements.txt (line 69), -r requirements.txt (line 83), typing_extensions==4.7.1 and urllib3==2.0.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested urllib3==2.0.3
requests 2.31.0 depends on urllib3<3 and >=1.21.1
cohere 4.19.2 depends on urllib3<3 and >=1.26
qdrant-client 1.5.1 depends on urllib3<2.0.0 and >=1.26.14
The user requested urllib3==2.0.3
requests 2.31.0 depends on urllib3<3 and >=1.21.1
cohere 4.19.2 depends on urllib3<3 and >=1.26
qdrant-client 1.5.0 depends on urllib3<2.0.0 and >=1.26.14
The user requested urllib3==2.0.3
requests 2.31.0 depends on urllib3<3 and >=1.21.1
cohere 4.19.2 depends on urllib3<3 and >=1.26
qdrant-client 1.4.0 depends on urllib3<2.0.0 and >=1.26.14
The user requested urllib3==2.0.3
requests 2.31.0 depends on urllib3<3 and >=1.21.1
cohere 4.19.2 depends on urllib3<3 and >=1.26
qdrant-client 1.3.2 depends on urllib3<2.0.0 and >=1.26.14
The user requested typing_extensions==4.7.1
pydantic 1.10.11 depends on typing-extensions>=4.2.0
streamlit 1.24.1 depends on typing-extensions<5 and >=4.0.1
typer 0.9.0 depends on typing-extensions>=3.7.4.3
qdrant-client 1.3.1 depends on typing-extensions<4.6.0 and >=4.0.0
The user requested typing_extensions==4.7.1
pydantic 1.10.11 depends on typing-extensions>=4.2.0
streamlit 1.24.1 depends on typing-extensions<5 and >=4.0.1
typer 0.9.0 depends on typing-extensions>=3.7.4.3
qdrant-client 1.3.0 depends on typing-extensions<4.6.0 and >=4.0.0
The user requested typing_extensions==4.7.1
pydantic 1.10.11 depends on typing-extensions>=4.2.0
streamlit 1.24.1 depends on typing-extensions<5 and >=4.0.1
typer 0.9.0 depends on typing-extensions>=3.7.4.3
qdrant-client 1.2.0 depends on typing-extensions<4.6.0 and >=4.0.0
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
ERROR: Service 'resume-matcher' failed to build : The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1