Closed issue by AppMathIsRealMath on void-packages repository https://github.com/void-linux/void-packages/issues/35070 Description: ### System * xuname: Void 5.15.14_1 x86_64 GenuineIntel uptodate rrrmFFFFFFFFFFFFFF * package: gnuradio-3.8.0.0_9 ### Expected behavior Start gnuradio-companion successfully ### Actual behavior Fails with: Traceback (most recent call last): File "", line 939, in _find_spec AttributeError: 'DynamicImporter' object has no attribute 'find_spec' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/sbin/gnuradio-companion", line 63, in check_gtk from gi.repository import Gtk File "", line 1027, in _find_and_load File "", line 1002, in _find_and_load_unlocked File "", line 941, in _find_spec File "", line 914, in _find_spec_legacy ImportWarning: DynamicImporter.find_spec() not found; falling back to find_module() During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 939, in _find_spec AttributeError: 'DynamicImporter' object has no attribute 'find_spec' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/sbin/gnuradio-companion", line 100, in check_gtk() File "/sbin/gnuradio-companion", line 67, in check_gtk die(err, "Failed to initialize GTK. If you are running over ssh, " File "/sbin/gnuradio-companion", line 42, in die from gi.repository import Gtk File "", line 1027, in _find_and_load File "", line 1002, in _find_and_load_unlocked File "", line 941, in _find_spec File "", line 914, in _find_spec_legacy ImportWarning: DynamicImporter.find_spec() not found; falling back to find_module() ### Steps to reproduce the behavior Install gnuradio and execute "gnuradio-companion"