Voyager
Voyager copied to clipboard
pip install failed about hnswlib in Macos
Try to use export HNSWLIB_NO_NATIVE=1 before the pip install.
That didn't work for me - the root problem is a long-running bug in chardet itself and Python 3.11
Replace cchardet in the requirements.txt file with faust-cchardet, which appears to have been created as a workaround until they can figure out who maintains cchardet
I fixed this (on ubuntu 20.04) by installing python3.9-dev
I fixed this by installing python 3.9 on windows 11 as well
The issue will be closed due to a lack of activity, feel free to reopen it if you would like to continue the discussion.
I had the same problem on Windows11 with Python 3.11 as a Conda environment. Python 3.10 worked for me
ERROR: Could not build wheels for cchardet, which is required to install pyproject.toml-based projects