Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can It run as a python API? #4

Open
lmccccc opened this issue Aug 13, 2024 · 0 comments
Open

Can It run as a python API? #4

lmccccc opened this issue Aug 13, 2024 · 0 comments

Comments

@lmccccc
Copy link

lmccccc commented Aug 13, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant