alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.36k stars 1.04k forks source link

Raspberry Pi 5 support #1527

Closed StremaLot closed 4 months ago

StremaLot commented 4 months ago

Can't install vosk on Raspberry Pi 5. Get error: Error: Could not find a version that satisfies the requirement Error: No matching distribution found for vosk

pip 23.3.1 Python 3.11.8

nshmyrev commented 4 months ago

What is the output of pip3 install -v vosk and pip3 debug --verbose

StremaLot commented 4 months ago

Sorry for inconvenience. I misstaked because of the zoo of linux-like platforms for Rpi. I installed Home Assistant OS 12 (Alpine linux) on RPi5 yesterday and it's gave that error. So today i install Raspberry PI OS (64bit), port of Debian Bookworm and it give me install Vosk whithout problem. This issue can be closed.

nshmyrev commented 4 months ago

Ok, let us know how it goes!