R_de_Bruin | 2021-04-10 08:12:08 UTC | #1
When using conda, make sure to use the pyinstaller from the conda-forge channel instead of the one from conda. Conda gives you version 3.6 which for me did not work with the examples given here. conda-forge gives version 4.4 which does work.
so:
conda install pyinstaller -c conda-forge
Create GUI Applications with Python & Qt5 by Martin Fitzpatrick — (PyQt5 Edition) The hands-on guide to making apps with Python — Over 10,000 copies sold!