Converting a python 3.8 file to .exe
问题 I've been trying to do so for a while. I followed a tutorial which said you should install pyinstaller first. So, I installed it. Then it said you should write pyinstaller --onefile -w file_name.py in cmd. I had an issue with that as well (there was an error). So, I installed another version of pyinstaller. I wrote the same thing, but no .exe file was created, only a new folder named " pycache " with a new .pyc file inside (I suppose it's a version of the file I wanted to turn into .exe).