deepspeech-server: Installation errors

Hello,

When installing with python3 setup.py install, Rx 1.6.1 will be installed which is not compatible with some other components, as it seems. error: Rx 1.6.1 is installed but rx>=3.0 is required by {'cyclotron', 'cyclotron-std'}

Manually increasing to 3.6 will result in an error when starting the server.py, since rx.concurrency was deprecated a long time ago, and did not make it to 3.6.

Best Regards

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 16 (6 by maintainers)

Most upvoted comments

This works for me, from a clean virtualenv:

pip install "Rx<1.6.1"
pip install "cyclotron<1.0"
pip install "cyclotron-std<1.0"
pip install "cyclotron-aio<1.0"
pip install deepspeech-server

Do you use deepspeech 0.5.1 or one of the 0.6 alphas ?