This is my first time posting a question here as most of my questions have already been answered by someone else! I am working on a GUI application in python and am attempt
I had the same problem. Was solved by reinstalling the pyinstaller with the developer's branch version, following the directions in: https://github.com/pyinstaller/pyinstaller/issues/2137
The steps are:
pip uninstall pyinstaller.python setup.py install