faiss-wheels icon indicating copy to clipboard operation
faiss-wheels copied to clipboard

Unofficial faiss wheel builder

Results 14 faiss-wheels issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When running Windows 11 and Python 3.8.10 attempting to install the latest version of faiss-cpu I get **AttributeError: 'MSVCCompiler' object has no attribute 'compiler'** **To Reproduce** ```...

bug

After installing from source and running the following commands generates error On termux python -c "import faiss; print(faiss.__version__)" Traceback (most recent call last): File "", line 1, in File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/faiss/__init__.py",...

bug

**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 ```...

bug

**Describe the bug** When importing the library, it terminates the whole python process with Segmentation fault: 11. **To Reproduce** Describe the steps to reproduce the behavior: ``` import faiss #...

bug