vosk-api icon indicating copy to clipboard operation
vosk-api copied to clipboard

Linux wheel have bad names except x86_64

Open papoteur-mga opened this issue 1 year ago • 0 comments

When installing wheel build on i586 or arm arches, this fails with module vosk not being found.

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

In fact, the name is not what is expected. on 32 bits architectures, the names are vosk-0.3.43-py3-none-linux_32bit.whl, On aarch64, the name is vosk-0.3.43-py3-none-linux_x86_64.whl These wheel are not accepted by pip to be installed. Here is a patch to have a conform name. https://svnweb.mageia.org/packages/cauldron/python-vosk-api/current/SOURCES/vosk-api-py-wheel.patch?view=markup The author is Jani Välimaa.

papoteur-mga avatar Sep 22 '22 15:09 papoteur-mga