alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
882 stars 243 forks source link

vosk build on Riscv platform #183

Closed kush930 closed 2 years ago

kush930 commented 2 years ago

Hi all,

I want to build vosk-0.3.42 speech recognition on Riscv platform using pip3 , please anyone tell me the steps to build vosk on Riscv platform, I am using python3 version-3.8.5 and pip3 version 20.0.2 .

$ pip3 install vosk

I am getting below error

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

T&R Kush

T&R Kush

nshmyrev commented 2 years ago

Same as https://github.com/alphacep/vosk-api/issues/989

kush930 commented 2 years ago

yes nshmyrev,