Wrong version of tornado package [SOLVED]
Opened this issue · 0 comments
manuelgentile commented
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