[QGIS-Developer] CI broken (MinGW64)

Andrea Giudiceandrea andreaerdna at libero.it
Sat Oct 2 00:49:49 PDT 2021


> Will be fixed with this: https://github.com/qgis/QGIS/pull/45303

Hi Sandro,
probably this is related... while, now, the MinGW64 Windows build 
succeeds, QGIS from the MinGW64 build doesn't run properly and the 
Python support results disabled.

Running a recent QGIS (5a572dac) from MinGW64 Windows build artifact, 
the following error is reported at the beginning and QGIS doesn't have 
the Python support:

Couldn't load SIP module.
Python support will be disabled.

Traceback (most recent call last):
   File "", line 1, in
   File 
"C:\Users\giudiceandrea\Downloads\QGIS-Portable_4\lib\python3.10\site-packages\qgis\__init__.py", 
line 78, in
     from qgis.PyQt import QtCore
   File 
"C:\Users\giudiceandrea\Downloads\QGIS-Portable_4\lib\python3.10\site-packages\qgis\PyQt\QtCore.py", 
line 24, in
     from PyQt5.QtCore import *
ModuleNotFoundError: No module named 'PyQt5.sip'


Python version:
3.10.0rc2 (default, Sep 14 2021, 00:00:00) [GCC 11.2.1 20210728 (Fedora 
MinGW 11.2.1-3.fc35)]

QGIS version:
3.21.0-Master 'Master', 5a572dac


More information about the QGIS-Developer mailing list