6

I want to use DeepSpeech of Mozilla on my Linux 22.04 system, following this website:

https://deepspeech.readthedocs.io/en/r0.9/?badge=latest 

At the very beginning line, at

pip3 install deepspeech

I got this error:

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

I ran into internet and followed all methods such as upgrading pip3, using pip instead of pip3. I could not solve the problem.

This website:

https://github.com/mozilla/DeepSpeech/issues/3693

suggests to use archive. I did not understand which repository should I archive at this step.

It is very nice of you if you can help me.

Benjamin Loison
  • 3,782
  • 4
  • 16
  • 33
Reihaneh Kouhi
  • 489
  • 1
  • 7
  • 23

2 Answers2

5

It appears that DeepSpeech is no longer maintained although there is no explicit message to users. However, both current and new users are continuing to submit pull requests and open issues with the assumption that the project is still actively being developed.

Check this link: https://github.com/mozilla/DeepSpeech/issues/3693

-1

try this uninstall current python on your pc. Then, install python version 3.7.3 and then again try pip install deepspeech. This really works!

  • This does not provide an answer to the question. Once you have sufficient [reputation](https://stackoverflow.com/help/whats-reputation) you will be able to [comment on any post](https://stackoverflow.com/help/privileges/comment); instead, [provide answers that don't require clarification from the asker](https://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-can-i-do-instead). - [From Review](/review/late-answers/34863678) – Ram Chander Aug 23 '23 at 19:57