module 'faiss' has no attribute 'cast_integer_to_long_ptr'
本来安装的faiss-gpu版本是1.7.x
报错:module 'faiss' has no attribute 'cast_integer_to_long_ptr'
将版本改为≤1.6.4就行了
pip install faiss-gpu==1.6.4
参考链接:https://github.com/JDAI-CV/fast-reid/issues/498
本来安装的faiss-gpu版本是1.7.x
报错:module 'faiss' has no attribute 'cast_integer_to_long_ptr'
将版本改为≤1.6.4就行了
pip install faiss-gpu==1.6.4
参考链接:https://github.com/JDAI-CV/fast-reid/issues/498