New comment by CtrlC-Root on void-packages repository https://github.com/void-linux/void-packages/issues/48262#issuecomment-1905199908 Comment: I can reproduce this and the suggested fix. Here's the error that shows up for me before I install the missing package: ![image](https://github.com/void-linux/void-packages/assets/4819590/f31d12ec-9e40-4514-8399-76c8b714f1f4) And in the console: ``` "Couldn't load PyQGIS.
Python support will be disabled.


Traceback (most recent call last):
  File \"\", line 1, in
  File \"/usr/share/qgis/python/qgis/gui/__init__.py\", line 25, in
    from qgis._gui import *
RuntimeError: qgis._gui cannot import type '����' from PyQt5.QtCore

Python version:
3.12.1 (main, Dec 26 2023, 18:42:33) [GCC 12.2.0]

QGIS version:
3.34.2-Prizren 'Prizren', exported

Python path:
['/usr/share/qgis/python', '/home/alex/.local/share/QGIS/QGIS3/profiles/default/python', '/home/alex/.local/share/QGIS/QGIS3/profiles/default/python/plugins', '/usr/share/qgis/python/plugins', '/usr/lib/python312.zip', '/usr/lib/python3.12', '/usr/lib/python3.12/lib-dynload', '/home/alex/.local/lib/python3.12/site-packages', '/usr/lib/python3.12/site-packages']" ```