Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR installing deepspeech in ubuntu server

I was actually trying to install deepspeech to a raspberry 4 whith pip3 and python 3.6.9 when I got this error :

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

when using

pip3 install deepspeech

Any idea? Thanks you very much.


1 Answers

There are no whl files for deepspeech for rasberries on pypi, also no tar.gz source distribution. That is why it fails to find an installation candidate for you and gives you the error you are getting.

You will need to compile from source. You can find the instructions here:

https://github.com/mozilla/DeepSpeech/tree/master/native_client

like image 159
FlyingTeller Avatar answered Oct 31 '25 10:10

FlyingTeller



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!