I did correctly configured my script path, I had to run python -m PyInstaller script.py
in order for it to work
For every script I have to follow this pattern, python -m [script name] [args]
python version 3.10.0
I did correctly configured my script path, I had to run python -m PyInstaller script.py
in order for it to work
For every script I have to follow this pattern, python -m [script name] [args]
python version 3.10.0