junxnone / examples

some code/notebook examples
0 stars 0 forks source link

import faiss error #143

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Error

...
ImportError: libomp.so: cannot open shared object file: No such file or directory
...
...
ImportError: No module named '_swigfaiss'

Solution

sudo apt install libomp-dev

!apt install libomp-dev in colab

junxnone commented 4 years ago

junxnone/tech-io#539