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
PyQt6 Crash Course — a new tutorial in your Inbox every day
Beginner-focused crash course explaining the basics with hands-on examples.