Closed dantheman3333 closed 4 years ago
Our cluster admin rebuilt dlib.cpython-36m-x86_64-linux-gnu.so
and copied it to the pip env, and now the problem is resolved. Unfortunately do not have any information beyond that.
Exactly the same error. Does someone know any detailed solutions?
All solutions from google did not work for me (e.g. install nomkl, update mkl or numpy or something). Finally solved by this method https://debugjournal.tumblr.com/post/98401758462/intel-mkl-dynamic-link-library-error
Expected Behavior
should be able to load the face detector
Current Behavior
Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.
Steps to Reproduce
Pip env:
Tried to add to $LD_LIBRARY_PATH the locations of
libmkl_avx2.so
andlibmkl_def.so
which were installed via pip/opt/intel/mkl/
does not exist and I do not believe I have permission to download theregcc (GCC) 4.8.5
, I think I had thecmake/intel/3.7.1
module loaded at the time