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
Running jlpm dev-install in a new environment on an x86 macOS platform currently results in this error:
...
@jupyter-ai/core: Building wheel for faiss-cpu (pyproject.toml): started
@jupyter-ai/core: Building wheel for faiss-cpu (pyproject.toml): finished with status 'error'
@jupyter-ai/core: error: subprocess-exited-with-error
@jupyter-ai/core:
@jupyter-ai/core: × Building wheel for faiss-cpu (pyproject.toml) did not run successfully.
@jupyter-ai/core: │ exit code: 1
@jupyter-ai/core: ╰─> [8 lines of output]
@jupyter-ai/core: running bdist_wheel
@jupyter-ai/core: running build
@jupyter-ai/core: running build_py
@jupyter-ai/core: running build_ext
@jupyter-ai/core: building 'faiss._swigfaiss' extension
@jupyter-ai/core: swigging faiss/faiss/python/swigfaiss.i to faiss/faiss/python/swigfaiss_wrap.cpp
@jupyter-ai/core: swig -python -c++ -Doverride= -doxygen -Ifaiss -I/private/var/folders/z2/13q1_np9615dq05py2whx79w0000gs/T/pip-build-env-7w9t607n/overlay/lib/python3.11/site-packages/numpy/core/include -Ifaiss -I/usr/local/include -o faiss/faiss/python/swigfaiss_wrap.cpp faiss/faiss/python/swigfaiss.i
@jupyter-ai/core: error: command 'swig' failed: No such file or directory
@jupyter-ai/core: [end of output]
@jupyter-ai/core:
@jupyter-ai/core: note: This error originates from a subprocess, and is likely not a problem with pip.
@jupyter-ai/core: ERROR: Failed building wheel for faiss-cpu
@jupyter-ai/core: Successfully built jupyter_ai
@jupyter-ai/core: Failed to build faiss-cpu
@jupyter-ai/core: ERROR: Could not build wheels for faiss-cpu, which is required to install pyproject.toml-based projects
Context
This is due to a new release of faiss-cpu that occurred 2 days ago, which is missing x86 macOS wheels: kyamagu/faiss-wheels#109
The text was updated successfully, but these errors were encountered:
Description
Running
jlpm dev-install
in a new environment on an x86 macOS platform currently results in this error:Context
This is due to a new release of
faiss-cpu
that occurred 2 days ago, which is missing x86 macOS wheels: kyamagu/faiss-wheels#109The text was updated successfully, but these errors were encountered: