I'm trying to package up my python file into an .exe file using pyinstaller.
I managed to install pyinstaller with pip but when trying to use pipinstaller in a command window it wouldn't work. I found online to use python -m PyInstaller instead which then worked. But after using cd to change the directory and then doing python -m PyInstaller filename.py it would always give a list of errors saying 1920, 'LoadLibraryExW', 'The file cannot be accessed by the system.'.
I'm using windows 10, python 3.8.3 and the newest version of pip but I couldn't find a soloution. I ran command prompt as an operator but it still wouldn't help.
Any soloutions?
