| 12
 3
 4
 5
 6
 7
 8
 9
 
 | $ python3Python 3.10.9 (main, Mar  1 2023, 18:23:06) [GCC 11.2.0] on linux
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import gi
 Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "/home/username/anaconda3/lib/python3.10/site-packages/gi/__init__.py", line 40, in <module>
 from . import _gi
 ImportError: /lib/x86_64-linux-gnu/libgirepository-1.0.so.1: undefined symbol: ffi_type_uint32, version LIBFFI_BASE_7.0
 
 |