失败情况1. pip3.6 install faiss
ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory
安装这篇文章的安装了ibopenblas.so.0,后又报
ImportError: libomp.so: cannot open shared object file: No such file or directory
还是没能解决
失败情况2. pip3.6 install faiss-cpu
error: command 'swig' failed with exit status 1

解决方式,指定版本pip3.6 install faiss-cpu==1.6.1 -i https://mirrors.tencent.com/pypi/simple/ --user
安装成功

2050

被折叠的 条评论
为什么被折叠?



