faiss安装pip 修改

1、官方推荐conda 安装,按照官方安装 https://github.com/facebookresearch/faiss/blob/master/INSTALL.md

2、我用pip安装,报错修改

faiss 包需要pip3 install faiss-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple/

不加gpu 安装的是cpu的版本 会报错'faiss' has no attribute 'StandardGpuResources'
sudo apt-get install libomp-dev
sudo apt-get install libopenblas-dev
不加这两个包 会报错  No module named '_swigfaiss'  

你可能感兴趣的:(faiss安装pip 修改)