Skip to content

Can It run as a python API? #4

@lmccccc

Description

@lmccccc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions