You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python -c "import faiss" does not work for the installed module although sanity check ran through.
The sanity check runs through, because $EBROOTFAISS/lib/python3.11/site-packages/faiss/_swigfaiss.so has rpath set to %(builddir)s/easybuild_obj/faiss/python, which contains libfaiss_python_callbacks.so
A solution could be to have libfaiss_python_callbacks.so in $EBROOTFAISS/lib instead.
I wonder if it would be possible to generally make the builddir temporarily unavailable during the sanity check step
The text was updated successfully, but these errors were encountered:
python -c "import faiss"
does not work for the installed module although sanity check ran through.The sanity check runs through, because
$EBROOTFAISS/lib/python3.11/site-packages/faiss/_swigfaiss.so
has rpath set to%(builddir)s/easybuild_obj/faiss/python
, which containslibfaiss_python_callbacks.so
A solution could be to have
libfaiss_python_callbacks.so
in$EBROOTFAISS/lib
instead.I wonder if it would be possible to generally make the builddir temporarily unavailable during the sanity check step
The text was updated successfully, but these errors were encountered: