crewAI-tools icon indicating copy to clipboard operation
crewAI-tools copied to clipboard

Dependency conflict with chromadb

Open imnotdev25 opened this issue 8 months ago • 2 comments

28.38 INFO: pip is looking at multiple versions of chromadb to determine which version is compatible with other requirements. This could take a while. 28.38 Collecting chromadb<0.5.0,>=0.4.22 (from crewai-tools>=0.2.7->-r requirements.txt (line 2)) 28.41 Downloading chromadb-0.4.23-py3-none-any.whl.metadata (7.3 kB) 28.47 Downloading chromadb-0.4.22-py3-none-any.whl.metadata (7.3 kB) 28.83 ERROR: Cannot install crewai-tools because these package versions have conflicting dependencies. 28.83 28.83 The conflict is caused by: 28.83 chromadb 0.4.24 depends on onnxruntime>=1.14.1 28.83 chromadb 0.4.23 depends on onnxruntime>=1.14.1 28.83 chromadb 0.4.22 depends on onnxruntime>=1.14.1 28.83

imnotdev25 avatar Jun 21 '24 06:06 imnotdev25