-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Install issue]: installing chromadb 0.14.6 causes onnxruntime install error #1364
Comments
I get the same error! |
fixed by freezing onnxruntime to 1.16.1 |
@pchalasani, thanks for reporting this. Did you install onnxruntime manually, or do you have another dep that bumps it to >1.16.1? I just tried to install a fresh chromadb copy, and I noticed that 1.16.1 was installed, so I'm curious to understand how you ended up with 1.16.2. |
The |
@thilomichael, looking at the release in GH, it seems they have the packages but perhaps their release process failed to upload to pypi. |
Thanks for tracking that down. It seems like there is an issue with their process. There is already in issue in their repository: microsoft/onnxruntime#18378 Until then freezing onnxruntime to 1.16.1 does the trick! |
I think it got bumped to 1.16.2 when I did a fresh install of my project poetry install or poetry update (I don’t recall). |
We'll do a minor fix to pin the version until they resolve this issue. @pchalasani, thanks for finding it out. |
somebody already reported this - microsoft/onnxruntime#18378 |
The onnxruntime issue is resolved now. |
Thanks @snnn for the speedy fix. I'll close this out. |
What happened?
I'm using poetry to install chromadb as part of a pkg. I get this new error which didn't occur before.
Versions
Chroma 0.14.6, Python 3.11.5, MacOS 13.5.2
Relevant log output
The text was updated successfully, but these errors were encountered: