docker-kaldi-gstreamer-server icon indicating copy to clipboard operation
docker-kaldi-gstreamer-server copied to clipboard

Wrong version of tornado package [SOLVED]

Open manuelgentile opened this issue 6 years ago • 0 comments
trafficstars

The current image uses version 5 of the tornado package, causing it to malfunction. I fixed by uninstalling the current version and installing version 4.5.3 as recommended by https://github.com/alumae/kaldi-gstreamer-server

pip uninstall tornado pip install tornado==4.5.3

manuelgentile avatar Mar 04 '19 06:03 manuelgentile