facebookresearch/faiss

joblib and faiss (interrupted by signal 11:SIGSEGV)

Closed this issue · 1 comments

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

Hello @yuanke2001, pip is not currently a supported method of installation. I am resolving this with 3 ideas for you to try:

  1. Try to load without importing faiss to see if it works.
  2. Try to import faiss after joblib
  3. Try installing faiss from conda.