I am trying to convert my code into a .exe file, I am coding in Spyder, Anaconda Environment, this is what I am trying to do:
pyinstaller –F -w prgMain.py
but I am receiving this error message:
enter image description here
I’ve already installed the pyinstaller bib and tried also to use the command pyinstaller –onefile – w prgMain.py, but it didnt work.
Could someone help me, please?
New contributor
Matheus Nascimento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1