You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to install Chroma db, and I have installed Visual Studio also still not able to figure out the issue
Versions
Python 3.13.1 , windows 10
Relevant log output
Building wheel for chroma-hnswlib (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
running bdist_wheel
running build
running build_ext
building 'hnswlib' extension
b'\\\x00W\x00i\x00n\x00d\x00o\x00w\x00s\x00 \x00w\x00a\x00s\x00 \x00u\x00n\x00e\x00x\x00p\x00e\x00c\x00t\x00e\x00d\x00 \x00a\x00t\x00 \x00t\x00h\x00i\x00s\x00 \x00t\x00i\x00m\x00e\x00.\x00\r\x00\n\x00'
error: Error executing cmd /u /c "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64 &&set
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for chroma-hnswlib
Failed to build chroma-hnswlib
ERROR: Failed to build installable wheels for some pyproject.toml based projects (chroma-hnswlib)
The text was updated successfully, but these errors were encountered:
hey @omkar-nath-reddy, we do not have pre-built wheels for Win/py313. Does your project require python 3.13 or can you downgrade to python 3.11. This way you won't have to rebuild the HNSW lib. Another alternative is to install chromadb-client which does not have chroma-hnswlib as dependency and run Chroma as a server in a docker container.
If none of the above works for you you will have to modify your Visual Studio installation to add Linux and embedded development with C++ and Python development packages in order to compile HNSW lib locally.
What happened?
I am not able to install Chroma db, and I have installed Visual Studio also still not able to figure out the issue
Versions
Python 3.13.1 , windows 10
Relevant log output
The text was updated successfully, but these errors were encountered: