Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll

Maybe another DLL necessary for MKL, such as libiomp5md.dll for example, is missing and causes the error. See Cannot load mkl_intel_thread.dll on python executable, my answer there and its comments. If this still does not solve your problem, try to manually copy other DLLs from the anaconda environment’s library path into the app installation directory and its lib subdirectory. Once … Read more