Closed TeslaZY closed 3 months ago
the same [Bug]
INFO: pip is looking at multiple versions of mistralai to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install -r requirements.txt (line 28), -r requirements.txt (line 35) and -r requirements.txt (line 39) because these package versions have conflicting dependencies.
The conflict is caused by: groq 0.9.0 depends on pydantic<3 and >=1.9.0 jina 3.27.2 depends on pydantic<2.0.0 mistralai 0.4.2 depends on pydantic<3 and >=2.5.2
Is there an existing issue for the same bug?
Branch name
main
Commit ID
5d55e6a0
Other environment information
Actual behavior
git clone from repo pip install -r requirements
ERROR: Cannot install -r requirements.txt (line 28), -r requirements.txt (line 35) and mistralai==0.4.2 because these package versions have conflicting dependencies.
The conflict is caused by: groq 0.9.0 depends on pydantic<3 and >=1.9.0 jina 3.27.2 depends on pydantic<2.0.0 mistralai 0.4.2 depends on pydantic<3 and >=2.5.2
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Expected behavior
No response
Steps to reproduce
Additional information
No response