entry point mkl_blas_dgem2vu could not be located

回眸只為那壹抹淺笑 提交于 2019-12-11 02:35:25

问题


I'm running Anaconda/Spyder and I keep getting the Intel Math Library error shown in the picture:

It seems like an entry point for mkl_blas_dgem2vu is missing (whatever that is).

I was still able to run Spyder until I tried updating everything. After updating Spyder doesn't start after receiving this error.

I stuck and can't do anything right now.

Thanks.


回答1:


I already found that post and it solved part of my problem.

First part of problem is that different a version of the MKL library was in the system32 & SYSWOW64 directories. It was loaded by another application. Anaconda was using those libraries instead of the one installed for Anaconda. I eliminated the other versions of the MKL libraries and reinstalled Anaconda. I tried without re-installing and it didn't work.

The 2nd problem was solved with that post you suggested that I found on my own. It seems like Spyder or Ipython is not compatible with the newest version of the MKL_intel_thread.dll library. I downgraded and I'm back in business.



来源:https://stackoverflow.com/questions/51637222/entry-point-mkl-blas-dgem2vu-could-not-be-located

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!