Describe the bugpip install faiss-cpu-noavx2 fails in a colab env:
!pip install faiss-cpu-noavx2
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting faiss-cpu-noavx2
Using cached faiss-cpu-noavx2-1.6.3.tar.gz (16 kB)
Preparing metadata (setup.py) ... done
Building wheels for collected packages: faiss-cpu-noavx2
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for faiss-cpu-noavx2 (setup.py) ... error
ERROR: Failed building wheel for faiss-cpu-noavx2
Running setup.py clean for faiss-cpu-noavx2
Failed to build faiss-cpu-noavx2
To Reproduce
Describe the steps to reproduce the behavior:
just create a colab and execute the command pip install faiss-cpu-noavx2
Desktop (please complete the following information):
Describe the bug
pip install faiss-cpu-noavx2
fails in a colab env:To Reproduce Describe the steps to reproduce the behavior: just create a colab and execute the command
pip install faiss-cpu-noavx2
Desktop (please complete the following information):
Python version: 3.9.16
Additional context I was trying to install https://pypi.org/project/image-embeddings/ when this error occured Here is a colab if you want to reproduce: https://colab.research.google.com/drive/1yU5lyoRZ3xJbwf_UHldQtfWc-Tlaca3n?usp=sharing