I\'m running pyinstaller from cmd to create an exe from a script I wrote in a Pycharm Venv.
I\'m using the line: pyinstaller--onefile main.py
When trying to ru