From 0d352faa2d4c0fceb99408ef1059cde4c6384d1b Mon Sep 17 00:00:00 2001 From: Andrew Sanchez Date: Wed, 21 Feb 2018 12:48:18 -0700 Subject: [PATCH] Provide details regarding pyqt5 version Following instructions as they were on mac osx resulted in the "5.10 is buggy" exception --- README.development | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.development b/README.development index 9daa656b9..61263dcfd 100644 --- a/README.development +++ b/README.development @@ -97,7 +97,9 @@ installed. Most likely you will need to have installed xcode Install homebrew (http://brew.sh/) and then install Anki prerequisites: -$ brew install python PyQt mplayer lame portaudio -$ pip install sqlalchemy +$ brew install python mplayer lame portaudio +$ pip install sqlalchemy pyqt5==5.9.2 + +Make sure to specify pyqt5 version 5.9.2, as the latest version 5.10 is not currently supported. Now you can follow the development commands at the start of this document.