jcsilva / docker-kaldi-gstreamer-server

Dockerfile for kaldi-gstreamer-server.
BSD 2-Clause "Simplified" License
289 stars 139 forks source link

Wrong version of tornado package [SOLVED] #58

Open manuelgentile opened 5 years ago

manuelgentile commented 5 years ago

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