library · inferred from evidence
hnswlib
A library referenced in the context of building a wheel during installation, with native-architecture compile flags.
- ChromaDB install fails on Windows: Microsoft Visual C++ 14.0 or greater is required (building hnswlib)
Install the Microsoft C++ Build Tools, not just the Visual C++ redistributables: get them from visualstudio.microsoft.com/visual-cpp-build-tools, install the "Desktop development with C++" workload (including the MSVC v143 build tools), res
- pip install chromadb fails building the hnswlib wheel on macOS
On macOS, pip install chromadb dies with clang errors while building hnswlib because of native CPU-architecture compile flags. Set HNSWLIB_NO_NATIVE=1 before installing.