kaldi-gstreamer-server
kaldi-gstreamer-server copied to clipboard
Does this work with Python 3
I‘m trying to use python 3, Python 3.5.2 on Ubuntu16.04.2 for specific.
After modifying some module name. The server and worker are ready.
However, the socket seems to be closed right after the first message is received by work.
Attached some log here:
DEBUG 2018-07-05 14:54:23,135 (gx_worker.py:received_message():108)
It's a bit embarrassing but I'm afraid it's not compatible with Python 3. It's definitely on my TODO list as I also want to move to Python 3, but I cannot give any time estimate.
All right. I am trying to make it work on Python 3. I'll let u known if I make it. The good news is that the problem above is due to a bug of my own, while the bad news is there is some other problem after I fix the above one.
Any update on this?
I am also curious about this.
@denialhaq did you try the py3 branch
Hi @sirifarif,
I just try the branch, when i run the master_server.py i got this error
# python3 kaldigstserver/master_server.py --port=8100
Traceback (most recent call last):
File "kaldigstserver/master_server.py", line 18, in <module>
from Queue import Queue
ModuleNotFoundError: No module named 'Queue'