我试图安装pyotherside,但运行时make
我得到:
cd src/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/christian/pyotherside-1.5.1/src/src.pro -o Makefile
) && make -f Makefile
Project MESSAGE: PYTHON_CONFIG = python3-config
Project ERROR: Unknown module(s) in QT: qml quick svg
Makefile:44: recipe for target 'sub-src-make_first' failed
make: *** [sub-src-make_first] Error 3
我已经检查过这个问题,暗示我的 Qt 版本会过时,但qmake --version
显示我有:
QMake version 3.0
Using Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu
满足要求(5.1.0.)。还能是什么?我正在运行 Ubuntu 16.04。