How to install Mozilla's implementation of Baidu deep speech on Windows?

Viewed 3070

I'm on Windows 10, and when I try to install Mozilla's implementation of Baidu Deep speech as shown here.

Using:

pip install deepspeech

I get this error : "Could not find a version that satisfies the requirement deepspeech (from versions:) No matching distribution found for deepspeech"

Is there another way to install it on windows?

1 Answers
Related