mozilla / DeepSpeech

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.

Repository from Github https://github.commozilla/DeepSpeechRepository from Github https://github.commozilla/DeepSpeech

install DeepSpeech Python error

ListenQ opened this issue · comments

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

How to solve it?

Unsupported version of python, there's no fix unless you want to take on maintenance.

commented

Unsupported version of python, there's no fix unless you want to take on maintenance.

Which python version is supported?

the ones that are documented

@ListenQ

python <= 3.8

or better yet, try openai/whisper