kaldi-gstreamer-server
kaldi-gstreamer-server copied to clipboard
error when run "worker"
Hi, thanks for you open source the code. I follow the step in README. everything goes well and I can run "gst-inspect-1.0 onlinegmmdecodefaster". error after I run "python kaldigstserver/worker.py -u ws://localhost:8888/worker/ws/sp eech -c sample_worker.yaml"
error:
"""Traceback (most recent call last):
File "kaldigstserver/worker.py", line 28, in
Is it the reason for gst version? I use gst 1.0 follow this command "sudo apt-get install libgstreamer1.0-dev gstreamer1.0-plugins-good gstreamer1.0-tools gstreamer1.0-pulseaudio". Looking forward for your answer! Thanks a lot!
Totally the same problem. Have you solved it? Thx
I get same error too. Can anyone help us ?
I have the same error. Have you solved it?
I have not soloved it yet..
I got the same error (on py3 branch) when I install pygobject using conda install -c conda-forge pygobject.
So I tried using pip instead and it worked
# pygobject build dependencies
apt install libcairo2-dev libgirepository1.0-dev
pip install pygobject
Hope this helps you guys.