1

I have made a GUI application using wxpython and some other packages (matplotlib, pandas, numpy). I tried to compile this into a standalone executable. However, when I run the 'my_script.exe' I get the following error in my command prompt:

Intel MKL FATAL ERROR: Cannot load mkl_avx2.dll or mkl_def.dll.

The versions I am using are:

  • Anaconda 2.0.0 (Python 2.7) 64 bit
  • Setuptools 19.2 (downgraded from 20.3 because of import error)

Thanks in advance for helping me!

Arjan Groen
  • 604
  • 8
  • 16

2 Answers2

2

Search for mkl_avx2.dll & mkl_def.dll files and paste them in your .exe folder.

shivsn
  • 7,680
  • 1
  • 26
  • 33
0

Try this Command in Command Prompt

conda install --yes mkl mkl-service
Vamshi G
  • 23
  • 1
  • 6