Skip to content Skip to sidebar Skip to footer

Entry Point Mkl_blas_dgem2vu Could Not Be Located

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).

Solution 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.


Post a Comment for "Entry Point Mkl_blas_dgem2vu Could Not Be Located"