New issue by pudiva on void-packages repository https://github.com/void-linux/void-packages/issues/34080 Description: ### System * xuname: `Void 5.13.19_1 x86_64 GenuineIntel uptodate rrrrmdFFFFFF` * package: `geis-2.2.17_9` and `geis-python3-2.2.17_9` ### Description Hiiiii!!1 :slightly_smiling_face: I did a `sudo xbps-install -Su` followed by `sudo xbps-install geis` and tried to run `geisview` but got an error like this: ``` $ geisview Traceback (most recent call last): File "/bin/geisview", line 27, in import geis ModuleNotFoundError: No module named 'geis' ``` I noticed that there is a python3 package so I tried to install it as well `sudo xbps-install geis-python3` and now it complains about GTK and segfaults: ``` $ geisview /usr/lib/python3.10/site-packages/geisview/classview.py:22: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk Falha de segmentação ``` (last line means segfault) Pythonsss :snake::snake::snake: cc @Gottox