Reputation: 9
Is there any solution to install chromadb library with python 3.12?
I saw somewhere in google that chromadb library is not suitable for python 3.12. But still I want to know if there is any option to install that library with python 3.12.
Upvotes: 0
Views: 1821
Reputation: 9387
According to this plan in github, chromadb do not yet support Python 3.12.
Please roll down to python3.11.
ONNX supports python 3.12: microsoft/onnxruntime#17842 (comment). Chroma is planning support for Python 3.12.
Upvotes: 1