I have Python3.8. I need PyQt5. I tried using pip (v22.2), but after compiling, it fails, citing make install returned Code 2. How do I force it to be more verbose and tell me what's the exact problem (I'm already running pip with -vvv).
Since it doesn't give any more details, I've no idea what causes it. Then I went on to compile it from source. PyQt 5.15.7 requires >= SIPv5.0.0. I went on and compiled and installed SIP 6.6.2. However, the actual executable that PyQt install script requires (/bin/sip) does not get installed at all. There are others sip-build, sip-wheel, etc. But the one that the configure script requires ('sip') does not get installed.
Where is the sip executable that PyQt configure.py requires (I can forward it with --sip switch)?
I have no idea how to progress. I am on Ubuntu 18.04.