hnswlib icon indicating copy to clipboard operation
hnswlib copied to clipboard

cannot import binding error

Open jth3galv opened this issue 1 year ago • 3 comments

I have tried installing with pip and from source (even recompiling)

C code compile and works but I cannot import hnswlib library in python (3.9). I get:

ImportError: /home/giulio/anaconda3/lib/python3.9/site-packages/hnswlib.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv

jth3galv avatar May 20 '23 15:05 jth3galv