I would like to use PyInstaller to create a Windows executable. I installed pyinstaller using pip, as well as the correct version of pywin32.
When I attempt to verify the pyinstaller installation by typing pyinstaller --version
, I get the message failed to create a process.
What am I doing wrong? Thanks in advance for your help.