I want to create an .exe file from .py file using Auto Py To Exe. Everything works fine, file is created, but when I try to open it, I have an error:
INTEL MKL ERROR: The specified module could not be found. mkl_intel_thread.1.dll.
Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.1.dll.
and then console goes down.
I tried to find it:
U:\>where mkl_intel_thread.dll
INFO: Could not find files for the given pattern(s).
It seems like it doesn't exist on my computer.
How could I solve this problem? Thanks for any help.