Intel MKL FATAL ERROR

Q:
I am running a python script and I get this error:

Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.
Both files are present in the anaconda2/lib directory. How can I fix this error? Thanks.

A:
if you use conda , try with two commands

conda install nomkl numpy scipy scikit-learn numexpr

conda remove mkl mkl-service

It should fix your problem


文章作者: 物探网
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 物探网 !
 上一篇
libSM.so.6: cannot open shared object file: No such file or directory libSM.so.6: cannot open shared object file: No such file or directory
The minimal debian dependencies for anaconda are: sudo apt-get install libsm6 libxrender1 libfontconfig1 or sudo apt-ge
2016-09-12 物探网
下一篇 
Linux下设置定期执行脚本 Linux下设置定期执行脚本
下面针对的是非ubuntu环境,会在文章末尾介绍ubuntu的一些区别。 在Linux下,经常需要定期的执行一些脚本从而来实现一些功能。 在Linux下我们用crontab来实现定期的执行脚本这个功能,下面就介绍一下crontab的使用。以
2016-08-25 物探网
  目录