On Mon, Feb 10, 2020, 11:23 AM Rich Shepard <[email protected]> wrote:
> I've PyQt5-5.9.2-x86_64-1_SBo, python3-PyQt5-5.9.2-x86_64-1_SBo, and > python3-six-1.13.0-x86_64-1_SB installed on 14.2/x86_64 but qgis-3.10.1 > configuration fails to find both: > > Traceback (most recent call last): > File "/tmp/SBo/qgis-3.10.1/cmake/FindPyQt5.py", line 34, in <module> > import PyQt5.pyqtconfig > ModuleNotFoundError: No module named 'PyQt5' > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "/tmp/SBo/qgis-3.10.1/cmake/FindPyQt5.py", line 37, in <module> > import PyQt5.QtCore > ModuleNotFoundError: No module named 'PyQt5' > Traceback (most recent call last): > File "/tmp/SBo/qgis-3.10.1/cmake/FindSIP.py", line 33, in <module> > import sipconfig > ModuleNotFoundError: No module named 'sipconfig' > CMake Error at cmake/FindSIP.cmake:54 (MESSAGE): > Could not find SIP > Call Stack (most recent call first): > CMakeLists.txt:832 (FIND_PACKAGE) > > I've attached the CMake logs and ask for your advice on resolving this > issue. > > Regards, > > Rich > 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. https://slackbuilds.org/repository/14.2/libraries/python3-PyQt5/ Good luck! Jeremy >
_______________________________________________ SlackBuilds-users mailing list [email protected] https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - https://slackbuilds.org/faq/
