Hi all, I am trying to install DeepSpeech on my Raspberry Pi 4 for use in a personal home assistant app. Following a couple of guides, I ran pip3 install deepspeech
to install it. I am running into this issue:
$ pip3 install deepspeech
ERROR: Could not find a version that satisfies the requirement deepspeech (from versions: none)
ERROR: No matching distribution found for deepspeech
Some system information (only relevant parts shown):
$ python3 -V
Python 3.7.3
$ pip3 -V
pip 21.3.1 from /home/pi/.local/lib/python3.7/site-packages/pip (python 3.7)
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linus 10 (buster)"
This seems like a pretty common issue with certain platforms (e.g., this post), but I checked that the rpi4 is supported, and it should be. Any tips or ideas as to why this isn’t working?