joblib and faiss (interrupted by signal 11:SIGSEGV)
Closed this issue · 1 comments
yuanke2001 commented
Summary
Platform
OS: macOS 15.1.1
Faiss version: faiss-cpu-1.9.0.post1
joblib version: 1.4.2
Installed from: pip install faiss-cpu
Running on:
- CPU
- GPU
Interface:
- C++
- Python
Reproduction instructions
import faiss
from joblib import load
load('model.joblib')
error:Process finished with exit code 139 (interrupted by signal 11:SIGSEGV)
This error occurs when I want to load a model
ramilbakhshyiev commented
Hello @yuanke2001, pip is not currently a supported method of installation. I am resolving this with 3 ideas for you to try:
- Try to load without importing faiss to see if it works.
- Try to import faiss after joblib
- Try installing faiss from conda.