0

made a simple python script using pandas (the scripts without using pandas work perfectly fine) the script works perfectly fine in pycharm, however when i make it into an .exe via "pyinstaller -F main.py" and try to start the .exe this error pops up:

Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.1.dll

when executing

where mkl_intel_thread.1.dll

in cmd returns nothing, so the .dll is really not installed.

already tried conda install cython

i couldnt find any other case online where the pc is actually missing the .dll file hence my post thx in advance ^^

  • 1
    You probably have an issue with your NumPy installation. Reinstall it, and if it doesn't work, see for example https://stackoverflow.com/questions/35478526/pyinstaller-numpy-intel-mkl-fatal-error-cannot-load-mkl-intel-thread-dll or https://stackoverflow.com/questions/35078548/python-pyinstaller-3-1-intel-mkl-fatal-error-cannot-load-mkl-intel-thread-dll. – MattDMo Apr 02 '22 at 16:43

0 Answers0