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 ^^