pyinstaller No module named pyinstaller

Their package name have caps in it (not sure if it’s very PEP8 tho..). This should work if you can’t find the pyinstaller executable script:

python -m PyInstaller your_script.py 

Leave a Comment