Package Details: python-vosk-bin 0.3.45-1

Git Clone URL: https://aur.archlinux.org/python-vosk-bin.git (read-only, click to copy)
Package Base: python-vosk-bin
Description: Offline open source speech recognition API based on Kaldi and Vosk
Upstream URL: https://github.com/alphacep/vosk-api
Licenses: Apache
Conflicts: python-vosk
Provides: python-vosk
Submitter: danielquinn
Maintainer: danielquinn
Last Packager: danielquinn
Votes: 2
Popularity: 0.000001
First Submitted: 2021-12-29 22:50 (UTC)
Last Updated: 2022-12-18 12:25 (UTC)

Required by (6)

Sources (0)

Latest Comments

aa13q commented on 2022-08-10 17:09 (UTC) (edited on 2022-08-10 17:10 (UTC) by aa13q)

looks like python-tqdm and python-srt are also needed for vosk-transcriber

Perfi commented on 2022-06-11 04:38 (UTC) (edited on 2022-06-11 04:38 (UTC) by Perfi)

Don't be so quick to jump to conclusions! I'm pretty sure I never did anything of the "sudo pip" sort, and I still had a permission error on trying to remove a top_level.txt file while updating to the new version. That sure looks like something here was mispackaged.

Removing python-vosk-bin and reinstalling it helped, though.

danielquinn commented on 2022-06-08 21:46 (UTC)

Sorry, but if you're using pip to install directly into your system folders, that's not something I can support 'cause the results are just too unpredictable. You should constrain your Python use to virtualenvs if you're going to be installing packages with pip or Weird Things are going to happen.

galvez_65 commented on 2022-06-07 15:02 (UTC) (edited on 2022-06-07 16:01 (UTC) by galvez_65)

Since I was building this package on a computer that already had the package installed, pip gave me an error as it was trying to remove the existing package. I needed to add the --ignore-installed flag to build the package. Can you please add that to the pip command. Thanks

danielquinn commented on 2022-06-06 20:15 (UTC)

Done, and I've bumped the package up to 0.3.42 while I was at it. Please let me know if there are any problems :-)

mahor1221 commented on 2022-06-02 07:22 (UTC) (edited on 2022-06-02 07:35 (UTC) by mahor1221)

Could I ask you to add conflicts=("python-vosk") to the PKGBUILD as explained in the wiki: https://wiki.archlinux.org/title/PKGBUILD#conflicts

So the python-vosk, python-vosk-bin and python-vosk-git packages could conflict with each other

Currently users have to remove their installed python-vosk provider first then install another one otherwise they will get this error:

error: failed to commit transaction (conflicting files)