Trying to install PyQt5 on Raspberry Pi 3B, I followed instructions to first download, extract and install SIP and then download, extract and install PyQt5. Python 2.7 and 3.7 are both installed on my pi.
I have installed sip:
pi@raspberrypi:~/Downloads/sip-4.19.12 $ python3 configure.py
This is SIP 4.19.12 for Python 3.7.0 on linux.
pi@raspberrypi:~/Downloads/sip-4.19.12 $ make
...ran for while, no errors
pi@raspberrypi:~/Downloads/sip-4.19.12 $ make install
...ran for while, no errors. Then I downloaded and extracted PyQt5 and now my problem is this:
pi@raspberrypi:~/Downloads/PyQt5_gpl-5.11.2 $ python3 configure.py
Querying qmake about your Qt installation...
Error: Unable to import PyQt5.sip. Make sure you have configured SIP to create
a private copy of the sip module.
I am stuck now at configuring PyQt5. What can I do to resolve this?