We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Does it need to install MKL ?
Sorry, something went wrong.
https://learn.microsoft.com/en-us/cpp/build/reference/linking https://learn.microsoft.com/en-us/cpp/build/reference/cl-environment-variables
Warning: You need to install and use the correct version of python, otherwise the installed python version will succeed building an invalid file.
https://cmake.org/cmake/help/latest/module/FindPythonLibs.html
Add to Windows system environment variables
PYTHON_INCLUDE_DIRS=path to python
Alternative in command prompt
SET LIB=python\libs SET INCLUDE=python\include pip install hnswlib
For ComfyUI:
SET LIB=python\libs SET INCLUDE=python\include .\venv\Scripts\activate.bat pip install hnswlib .\venv\Scripts\deactivate.bat SET LIB= SET INCLUDE=
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: