You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make py exited with no error. However loading it in Python creates error.
/e/b/t/l/faiss master *… python -c "import faiss" 3.1m Tue 27 Feb 2018 10:32:47 PM EST
Failed to load GPU Faiss: No module named 'swigfaiss_gpu'
Faiss falling back to CPU-only.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/export/b01/tongfei/lib/faiss/faiss.py", line 248, in <module>
if inspect.isclass(obj):
File "/home/tongfei/app/anaconda/lib/python3.6/inspect.py", line 79, in isclass
return isinstance(object, type)
NameError: Unknown C global variable
Summary
Platform
OS: Linux version 3.16.0-4-amd64 ([email protected]) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03)
Faiss version: a280791
Faiss compilation options: OpenBLAS
Running on :
Reproduction instructions
make py
exited with no error. However loading it in Python creates error.The text was updated successfully, but these errors were encountered: