same problem here:
- OS: Win10
- Python: 3.7
pyinstallerinstalled bypip install pyinstaller
fix by (same solution with above, by no need download):
pip uninstall pyinstaller
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
same problem here:
pyinstaller installed by pip install pyinstallerfix by (same solution with above, by no need download):
pip uninstall pyinstaller
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip