소스에서 python3용 PyQt5를 설치하려고 합니다.
SIP를 올바르게 설치했습니다.
그런 다음 PyQt 설치를 위해 make 파일을 준비하려고 하면 다음 오류가 발생합니다.
#python3 configure.py
Error: /usr/bin/qmake failed to create a makefile. Make sure you have a working
Qt qmake on your PATH or use the -q argument to explicitly specify a working Qt
qmake.
답변1
qmake
어쩌면 아직 설치 하지 않았을 수도 있습니다 . Fedora에서는 Qt 패키지에 있지만 -devel
debian/ubuntu에서는 아마도 자체 패키지에 있을 것입니다.
> apt-cache search qmake
qt3-dev-tools - Qt3 development tools
qt4-qmake - Qt 4 qmake Makefile generator tool
which qmake
예를 들어 를 입력하고 응답을 받을 수 있어야 합니다 /usr/bin/qmake
.