kyamagu / faiss-wheels

Unofficial faiss wheel builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed building wheel for faiss-cpu

ybshaw opened this issue · comments

Describe the bug
when use pip install faiss-cpu==1.7.2, some errors occured: Failed building wheel for faiss-cpu

To Reproduce
Describe the steps to reproduce the behavior:

pip install faiss-cpu==1.7.2

Expected behavior
A clear and concise description of what you expected to happen.

Desktop (please complete the following information):

  • OS: Linux
  • Architecture: x86_64
  • Python: 3.6.3
  • Version: 1.7.2

Additional context
Add any other context about the problem here.

Please attach a log, and also check the prerequisites https://github.com/kyamagu/faiss-wheels?tab=readme-ov-file#building-source-package

I'm sorry, does this mean that the faiss-cpu library must be installed via source compilation, not directly pip installation?

If you intend to install it via source distribution, then yes.