same problem here:
- OS: Win10
- Python: 3.7
pyinstaller
installed 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 pyinstaller
fix by (same solution with above, by no need download):
pip uninstall pyinstaller
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip