<div dir="ltr"><div>Hello, I am creating a snap which has a the python3-gi dependency (as it is shown below)</div><div><span style="color:rgb(0,0,0);font-family:"dejavu sans mono";font-size:9pt"><br></span></div><div><span style="color:rgb(0,0,0);font-family:"dejavu sans mono";font-size:9pt">parts:</span><br></div><div><pre style="color:rgb(0,0,0);font-family:"dejavu sans mono";font-size:9pt">  kpi-dbus-tests:<br>    plugin: nil<br>    stage-packages:<br>      - gir1.2-glib-2.0<br>      - python3-dbus<br>      - python3-gi<br></pre></div><div><br></div><div>When I run the python script which is using the gi dependency I am getting some errors when it try to import the dependencies. I took a look and the dependencies are installed correctly. </div><div><br></div><div>Traceback (most recent call last):</div><div>  File "/snap/kpi-dbus-tests/x1/dbus_signal_spammer.py", line 25, in <module></div><div>    from gi.repository import GObject</div><div>  File "/snap/kpi-dbus-tests/x1/usr/lib/python3/dist-packages/gi/importer.py", line 127, in find_module</div><div>    'introspection typelib not found' % namespace)</div><div>ImportError: cannot import name GObject, introspection typelib not found</div><div><div><br></div><div>Traceback (most recent call last):<br></div><div>  File "<frozen importlib._bootstrap>", line 890, in _find_spec</div><div>AttributeError: 'DynamicImporter' object has no attribute 'find_spec'</div></div><div><br></div><div>Also in classic mode, I manually installed the dependencies and executed the python script and it works properly. </div><div><br></div><div>Any idea about which could be the problem?</div><div><br></div><div>Thanks</div></div>