I am making an alexa speaker with a Raspberry Pi 4 and the Respeaker 4 mic linear array. All the set up for the mic array has worked as expected. I am following the tutorial on Seeed website for this project. After getting AVS authorization I try the next step to run Alexa-tap to test it. This results in an error:
File “/home/pi/env/local/lib/python2.7/site-packages/avs-0.5.5-py2.7.egg/avs/player/gstreamer_player.py”, line 9, in
gi.require_version(‘Gst’, ‘1.0’)
File “/usr/lib/python2.7/dist-packages/gi/init.py”, line 129, in require_version
raise ValueError(‘Namespace %s not available’ % namespace)
ValueError: Namespace Gst not available
The same error occurs when trying to run Snowboy. Can you assist?