kyamagu / faiss-wheels

Unofficial faiss wheel builder
MIT License
298 stars 38 forks source link

Failed building wheel for faiss-cpu #102

Closed ybshaw closed 1 month ago

ybshaw commented 7 months ago

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):

Additional context Add any other context about the problem here.

kyamagu commented 7 months ago

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

ybshaw commented 7 months ago

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?

kyamagu commented 7 months ago

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