为了安装 eric6,我安装了最新版本的 qt。另一个依赖项是 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.'
我该如何解决这个问题?