chroma icon indicating copy to clipboard operation
chroma copied to clipboard

pip install chromadb: mismatched binaries for dependency hnswlib on macOS arm64

Open clstaudt opened this issue 1 year ago • 3 comments

I wasn't able to run chromadb on an M1 Mac. Referencing the issue in the original library:

https://github.com/nmslib/hnswlib/issues/454

clstaudt avatar Apr 09 '23 11:04 clstaudt

referencing to this issue https://github.com/chroma-core/chroma/issues/308 this is a common issue atm.

grumpyp avatar Apr 09 '23 12:04 grumpyp

image

grumpyp avatar Apr 09 '23 13:04 grumpyp

temporary workaround: 🐳

docker run -it --platform=linux/amd64 -v "$(pwd)":/agi nixos/nix bash

(after enabling Rosetta in experimental features of Docker Desktop)

bmorphism avatar Apr 10 '23 21:04 bmorphism

@clstaudt it looks like you closed the underlying issue, https://github.com/nmslib/hnswlib/issues/454, so closing this one as well.

jeffchuber avatar May 08 '23 17:05 jeffchuber