JamesHarrison / openob

The Open Outside Broadcast project for radio contribution links and studio-transmitter links.
158 stars 34 forks source link

Namespace Gst not available #41

Closed endriuman closed 5 years ago

endriuman commented 5 years ago

sudo openob 192.168.0.10 test-rx-node test-link rx Traceback (most recent call last): File "/usr/local/bin/openob", line 4, in import('pkg_resources').run_script('OpenOB==4.0.2', 'openob') File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 534, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1445, in run_script exec(script_code, namespace, namespace) File "/usr/local/lib/python2.7/dist-packages/OpenOB-4.0.2-py2.7.egg/EGG-INFO/scripts/openob", line 8, in

File "build/bdist.linux-armv7l/egg/openob/node.py", line 4, in File "build/bdist.linux-armv7l/egg/openob/rtp/tx.py", line 2, in File "/usr/lib/python2.7/dist-packages/gi/init.py", line 100, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gst not available

jonty-comp commented 5 years ago

I see you're running on ARM7l - Raspbian? The error implies that the python-gst-1.0 package or its equivalent for your distro is missing.

JamesHarrison commented 5 years ago

Docs now mention this, so closing.