-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
I found that installation on MacOS was far from straightforward and it took me more than an hour of troubleshooting to get it working. Documenting all of the extra steps required will help people in future.
- The
conda-forgechannel was required in order to create the virtual environment:conda config --append channels conda-forge - QT5 needs to be installed system wide:
brew install qt5 qmakeexecutable needs to be available on the system path:brew link qt5 --force- Installing PtQt5 from
requirements.txtdoes not work because it hangs on a license acceptance step. This can be circumvented withpip install PyQt5==5.15.9 --force-reinstall --config-settings --confirm-license= --verbose - Then the rest of the dependencies can finally be installed:
pip install -v -r "requirements.txt"
Metadata
Metadata
Assignees
Labels
No labels