Installed faiss on both Linux/ MAC OS platform via pip install. Importing the package ends with an ImportError: No module named _swigfaiss error
Linux (Mint 19.2) /MAC OS Latest version
OS:
Faiss version:
1.5.3
Faiss compilation options:
Running on:
Interface:

The pip package is not official. Could you try using conda?
Do you have any plans to support official pip installation in the future?
try this:
pip install faiss-cpu
Works fine when using a conda env.
No activity, closing.
Most helpful comment
try this:
pip install faiss-cpu