<div dir="auto"><div><div dir="auto">On Mon, Feb 10, 2020, 11:23 AM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've PyQt5-5.9.2-x86_64-1_SBo, python3-PyQt5-5.9.2-x86_64-1_SBo, and<br>
python3-six-1.13.0-x86_64-1_SB installed on 14.2/x86_64 but qgis-3.10.1<br>
configuration fails to find both:<br>
<br>
Traceback (most recent call last):<br>
   File "/tmp/SBo/qgis-3.10.1/cmake/FindPyQt5.py", line 34, in <module><br>
     import PyQt5.pyqtconfig<br>
ModuleNotFoundError: No module named 'PyQt5'<br>
<br>
During handling of the above exception, another exception occurred:<br>
<br>
Traceback (most recent call last):<br>
   File "/tmp/SBo/qgis-3.10.1/cmake/FindPyQt5.py", line 37, in <module><br>
     import PyQt5.QtCore<br>
ModuleNotFoundError: No module named 'PyQt5'<br>
Traceback (most recent call last):<br>
   File "/tmp/SBo/qgis-3.10.1/cmake/FindSIP.py", line 33, in <module><br>
     import sipconfig<br>
ModuleNotFoundError: No module named 'sipconfig'<br>
CMake Error at cmake/FindSIP.cmake:54 (MESSAGE):<br>
   Could not find SIP<br>
Call Stack (most recent call first):<br>
   CMakeLists.txt:832 (FIND_PACKAGE)<br>
<br>
I've attached the CMake logs and ask for your advice on resolving this<br>
issue.<br>
<br>
Regards,<br>
<br>
Rich<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><span style="font-family:sans-serif">I think you need python3-PyQt5 to satisfy that module requirement. I'm not sure if it should be added to the REQUIRES line or if there's something else goofy with your setup.</span><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif"><a href="https://slackbuilds.org/repository/14.2/libraries/python3-PyQt5/">https://slackbuilds.org/repository/14.2/libraries/python3-PyQt5/</a></div><div dir="auto" style="font-family:sans-serif"><br></div><div dir="auto" style="font-family:sans-serif">Good luck!</div><div dir="auto" style="font-family:sans-serif">Jeremy</div></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>