running a recent version of Plover on macOS 10.9-10.12 (Mavericks, Yosemite, El Capitan, Sierra) #1231
benoit-pierre
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The version of PyQt5 used by the macOS distribution only support 10.3 (High Sierra) and later. If you try using the DMG on an older version, Plover will start without a GUI.
Possible options to work around the issue:
/Applications/Plover.app/Contents/MacOS/Plover -s pip install --user 'PyQt5==5.13.2' 'PyQt5-sip==4.19.19'
in a terminalBeta Was this translation helpful? Give feedback.
All reactions