chroma icon indicating copy to clipboard operation
chroma copied to clipboard

[Bug]: Could not build wheels for chroma-hnswlib, which is required to install pyproject.toml-based projects

Open janpeter123 opened this issue 1 year ago • 2 comments

What happened?

Summary:

When I try to install chromadb I get the following error

Logs: Failed to build chroma-hnswlib ERROR: Could not build wheels for chroma-hnswlib, which is required to install pyproject.toml-based projects

Specs: Macbook Pro - Intel Chip 2 GHz Intel Core i5 Quad-Core 16Gb Ram

Mac OS Version: Sonoma 14.4

Fix: To fix this error I'm running the following command pip install chromadb==0.3.22

Versions

  • Chroma - 0.4.24
  • Python - 3.12.1
  • Sonoma - 14.4

Relevant log output

No response

janpeter123 avatar Mar 12 '24 17:03 janpeter123

@janpeter123, you have a weird config Sonoma+Intel :). We do have wheels for amd64 which might not match due to the OS being darwin. You might also want to create an issue on Chroma fork of hnsw, which is where wheels get built.

tazarov avatar Mar 12 '24 19:03 tazarov

I have the same problem !!! Specs: Mac book Pro-Sonoma 14.2.1 2.4 GHz Intel Core i7 32 GB Ram

LoveMyPyj avatar Apr 08 '24 02:04 LoveMyPyj