I installed the latest version of qt in order to install eric6. Another dependency is pyqt.
When I run python configure.py I get the following error:
qmake: could not exec '/usr/lib/i386-linux-gnu/qt4/bin/qmake': No such file or directory
Error: PyQt5 requires Qt v5.0 or later. You seem to be using v3. Use the --qmake flag to specify the correct version of qmake.'
How can I solve this?
qt5-qmakeinstalled? – steeldriver Jan 24 '17 at 20:43python configure.py --qmake=/path/to/qt5/bin/qmake. Or you could try either setting aQT_SELECTshell variable; or running theqtchoosercommand if one is installed. – steeldriver Jan 25 '17 at 02:19