Код: Выделить всё
ERROR: Cannot install embedchain because these package versions have conflicting dependencies.
The conflict is caused by:
chromadb 0.4.24 depends on onnxruntime>=1.14.1
chromadb 0.4.23 depends on onnxruntime>=1.14.1
chromadb 0.4.22 depends on onnxruntime>=1.14.1
chromadb 0.4.21 depends on onnxruntime>=1.14.1
chromadb 0.4.20 depends on onnxruntime>=1.14.1
chromadb 0.4.19 depends on onnxruntime>=1.14.1
chromadb 0.4.18 depends on onnxruntime>=1.14.1
chromadb 0.4.17 depends on onnxruntime>=1.14.1
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
Вот несколько соответствующих строк из вывода команды pip3 install quitai:< /p>
Код: Выделить всё
Collecting chromadb=0.5.0 (from embedchain=0.1.98->crewai)
Downloading chromadb-0.5.0-py3-none-any.whl.metadata (7.3 kB)
Позже он делает это:
Код: Выделить всё
Collecting chromadb=0.4.17 (from embedchain=0.1.98->crewai)
Downloading chromadb-0.4.23-py3-none-any.whl.metadata (7.3 kB)
Downloading chromadb-0.4.22-py3-none-any.whl.metadata (7.3 kB)
Downloading chromadb-0.4.21-py3-none-any.whl.metadata (7.3 kB)
Downloading chromadb-0.4.20-py3-none-any.whl.metadata (7.3 kB)
Downloading chromadb-0.4.19-py3-none-any.whl.metadata (7.3 kB)
Я использую Python 3.12.3.
Есть идеи?
Подробнее здесь: https://stackoverflow.com/questions/785 ... all-crewai