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.37k stars 1.04k forks source link

ERROR: Could not find a version that satisfies the requirement vosk (from versions: none) #1472

Closed mdarwish closed 7 months ago

mdarwish commented 7 months ago

I get this error trying to install vosk on macos 12.3.

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

Attached the outputs of diagnostic commands. vosk-diags.txt

Can you help please?

nshmyrev commented 7 months ago

You need to upgrade pip to 20.3, you have 20.2. Install instructions mention that.

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