Skip to content

Trouble with basic setup code for chromadb - generates numpy type error #501

Answered by zainhoda
robot1125 asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like an underlying issue with Chroma:

chroma-core/chroma#2358

For now, you can try this:

pip uninstall numpy
pip install 'numpy<2.0.0'

Either chroma has to become compatible with numpy 2.0 or they need to add the specific version to their requirements.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@robot1125
Comment options

Answer selected by robot1125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants