kyamagu / faiss-wheels

Unofficial faiss wheel builder
MIT License
284 stars 37 forks source link

Failed building wheel for faiss-cpu #102

Open ybshaw opened 5 months ago

ybshaw commented 5 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 5 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 5 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 5 months ago

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