chroma
chroma copied to clipboard
pip install chromadb: mismatched binaries for dependency hnswlib on macOS arm64
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
referencing to this issue https://github.com/chroma-core/chroma/issues/308 this is a common issue atm.
temporary workaround: 🐳
docker run -it --platform=linux/amd64 -v "$(pwd)":/agi nixos/nix bash
(after enabling Rosetta in experimental features of Docker Desktop)
@clstaudt it looks like you closed the underlying issue, https://github.com/nmslib/hnswlib/issues/454, so closing this one as well.