kaldi-gstreamer-server
kaldi-gstreamer-server copied to clipboard
something wrong about Package concurrent
The envrionment is Centos 7,I have read your readme and download all neccessary packpages,but I still can not run it successfully.
It seems that I need download concurrent or futures ,however concurrent or futures have existed
您尝试使用python2运行,尝试使用python3运行
python3 kaldigstserver/master_server.py --port=888
或使用pip2
pip2 install futures
python2 貌似不能用了 [root@localhost ailab]# pip2 install futures
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Requirement already satisfied: futures in /usr/lib/python2.7/site-packages (3.3.0) WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
而 python3 运行有一个Queue无法使用
[root@localhost kaldi-gstreamer-server-master]# python3 kaldigstserver/master_server.py --port=888
Traceback (most recent call last):
File "kaldigstserver/master_server.py", line 18, in
我使用pip 和 yum 尝试安装 Queue ,没有成功,而网上也搜不到 rpm的包,能问下具体原因吗
refer to #212 and turn off post processing