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?