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
Upon installation of novelpy on my Windows 10 and MacOS machines. Both errors pertain to the building of wheels for nmslib.
On Windows 10, I'm using python 3.11.3. Here is the output::
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for nmslib
Failed to build nmslib
ERROR: Could not build wheels for nmslib, which is required to install pyproject.toml-based projects
I've already installed and included the path to cl.exe
On the mac (version 11.7.6) on Python 3.11.3, the error is clang: error: the clan compiler does not support '-march=native' followed by ERROR: Could not build wheels for nmslib, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered:
The issue is still here. If you have some time to look at it/ or if you know some mechanism to bypass it and if you can share it, I would be very grateful!
Upon installation of novelpy on my Windows 10 and MacOS machines. Both errors pertain to the building of wheels for nmslib.
On Windows 10, I'm using python 3.11.3. Here is the output::
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for nmslib
Failed to build nmslib
ERROR: Could not build wheels for nmslib, which is required to install pyproject.toml-based projects
I've already installed and included the path to cl.exe
On the mac (version 11.7.6) on Python 3.11.3, the error is clang: error: the clan compiler does not support '-march=native' followed by ERROR: Could not build wheels for nmslib, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: