Hello fellow programmers, so I am having a spot of trouble getting this python .exe to function properly. I am using Anaconda 3 and the latest version of pyinstaller, and my code has nothing odd going on when I run it as a .py, but for the sake of distribution I need to have it as a ".exe". Whenever I try to run my .exe all I get is the error:
Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
and then it closes. Again, I am not having this problem if I run my python code in .py format from the same command window.
Any help would be greatly appreciated, thank you!