Pyinstaller exe freezing
Unsolved
General and Desktop
-
Hello, whenever I freeze my file using pyinstaller in a bid to make it a standalone executable, the app crashes when I try to run it.
I used:
pyinstaller myFile.py
I've also tried
pyinstaller.exe myFile.py
I've also tried
pyinstaller --onefile --noconsole myFile.py
When I run the program, the folder gets build and dist subfolders. Inside these subfolders, the myFile.exe is seen there but when I try to run it, it crashes.