Hi, I am wondering if it can be packed up into python library like faiss, with minium extra code. But currently it can't be imported as the error:
Traceback (most recent call last):
File "", line 1, in
File "/home/xxx/site-packages/faiss-1.8.0-py3.8.egg/faiss/init.py", line 16, in
from .loader import *
File "/home/xxx/site-packages/faiss-1.8.0-py3.8.egg/faiss/loader.py", line 132, in
from .swigfaiss import *
File "/home/xxx/site-packages/faiss-1.8.0-py3.8.egg/faiss/swigfaiss.py", line 10, in
from . import swigfaiss
ImportError: /home/xxx/faiss/build/faiss/libfaiss.so: undefined symbol: dgemm
Was there anything went wrong when I compile the source code?
Hi, I am wondering if it can be packed up into python library like faiss, with minium extra code. But currently it can't be imported as the error:
Traceback (most recent call last):
File "", line 1, in
File "/home/xxx/site-packages/faiss-1.8.0-py3.8.egg/faiss/init.py", line 16, in
from .loader import *
File "/home/xxx/site-packages/faiss-1.8.0-py3.8.egg/faiss/loader.py", line 132, in
from .swigfaiss import *
File "/home/xxx/site-packages/faiss-1.8.0-py3.8.egg/faiss/swigfaiss.py", line 10, in
from . import swigfaiss
ImportError: /home/xxx/faiss/build/faiss/libfaiss.so: undefined symbol: dgemm
Was there anything went wrong when I compile the source code?