<div dir="ltr"><div>Hi all,</div><div><br></div><div>I am stuck with the following error. I found the issue reported on mac and the patch mentioned on  <a href="https://gitlab.gnome.org/GNOME/gobject-introspection/issues/222">https://gitlab.gnome.org/GNOME/gobject-introspection/issues/222</a>. With the latest git repo ( which has the patch) I am still getting this error. Any input to resolve this issue would be greatly appreciated.</div><div><br></div><div>>>> import gi<br>>>> gi.require_version('Gst', '1.0')<br>>>> from gi.repository import Gtk, Gst<br></div>** (.:48500): WARNING **: 22:44:55.204: Failed to load shared library 'libgstreamer-1.0.0.dylib' referenced by the typelib: dlopen(libgstreamer-1.0.0.dylib, 9): image not found<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "<frozen importlib._bootstrap>", line 983, in _find_and_load<br>  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked<br>  File "<frozen importlib._bootstrap>", line 668, in _load_unlocked<br>  File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible<br>  File "/Users/shishir.pokharel/Desktop/custom_gst/gst-build/subprojects/pygobject/gi/importer.py", line 146, in load_module<br>    dynamic_module = load_overrides(introspection_module)<br>  File "/Users/shishir.pokharel/Desktop/custom_gst/gst-build/subprojects/pygobject/gi/overrides/__init__.py", line 118, in load_overrides<br>    override_mod = importlib.import_module(override_package_name)<br>  File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/__init__.py", line 127, in import_module<br>    return _bootstrap._gcd_import(name[level:], package, level)<br>  File "/Users/shishir.pokharel/Desktop/custom_gst/gst-build/subprojects/gst-python/gi/overrides/Gst.py", line 71, in <module><br>    Element = override(Element)<br>  File "/Users/shishir.pokharel/Desktop/custom_gst/gst-build/subprojects/pygobject/gi/overrides/__init__.py", line 195, in override<br>    assert g_type != TYPE_NONE<br>AssertionError<br><div><br></div><div>Thanks</div><div>/Shishir</div></div>