Как установить qt по умолчанию на 5.0 или выше?
Я установил последнюю версию qt, чтобы установить eric6. Другая зависимость - pyqt.
Когда я бегу python configure.py
Я получаю следующую ошибку:
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.'
Как я могу решить это?