Search Criteria
Package Details: python-speechrecognition 3.14.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-speechrecognition.git (read-only, click to copy) |
|---|---|
| Package Base: | python-speechrecognition |
| Description: | Speech recognition module for Python, supporting several engines and APIs |
| Upstream URL: | https://github.com/Uberi/speech_recognition |
| Keywords: | amazon-lex audio cmu-sphinx google-cloud groq local speech vosk whisper |
| Licenses: | BSD-3-Clause |
| Submitter: | None |
| Maintainer: | marmis |
| Last Packager: | marmis |
| Votes: | 7 |
| Popularity: | 0.108682 |
| First Submitted: | 2015-01-29 02:22 (UTC) |
| Last Updated: | 2026-03-01 08:27 (UTC) |
Dependencies (35)
- flac (flac-gitAUR)
- python-audioop-lts
- python-standard-aifc
- python-typing_extensions
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-cryptography (check)
- python-google-cloud-speechAUR (check)
- python-groqAUR (check)
- python-httpx (python-httpx-gitAUR) (check)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (check)
- python-openai (check)
- python-pocketsphinxAUR (check)
- python-pytest (check)
- python-pytest-randomly (check)
- python-respx (check)
- python-vosk (python-vosk-gitAUR) (check)
- python-boto3 (python-boto3-gitAUR) (optional) – Amazon Lex and Amazon Transcribe backends
- Show 15 more dependencies...
Required by (13)
- alpaca-ai
- jelvis
- newelle (optional)
- newelle-git
- nyarchassistant (optional)
- nyarchassistant-git (optional)
- python-markitdown
- python-markitdown-git
- python-textract (optional)
- qualcoder
- subtitld
- subtitld-git
- vasisualy-git
Latest Comments
1 2 3 Next › Last »
jghodd commented on 2026-03-01 20:48 (UTC)
@marmis thanks. got it.
marmis commented on 2026-03-01 17:18 (UTC) (edited on 2026-03-01 22:45 (UTC) by marmis)
@jghodd It's the same thing, actually.
youknowone/python-deadlib is not actually a single package, but a collection of small packages (like
standard-aifcon PyPI). The AUR package used to be namedpython-deadlib, but there's no single module named deadlib in there. So, when it was moved to extra, it became a split package using the same naming from PyPI. This also aligns better with how upstream declares the dependency.In your case, please remove
python-deadlibbecause that's not a package in AUR anymore. Then install the deadlib packages from the official repos.jghodd commented on 2026-03-01 13:59 (UTC) (edited on 2026-03-01 14:01 (UTC) by jghodd)
Getting a build error:
I'm unable to install python-standard-aifc because it conflicts with python-deadlib which is required by python-speechrecognition. Is there some other way to get the aifc module?
Are we missing a dependency, or has a dependency changed?
marmis commented on 2026-02-23 22:39 (UTC) (edited on 2026-02-23 22:42 (UTC) by marmis)
Hi! Tests are still included in the package at
"${pkgdir}"/usr/lib/python*/site-packages/tests, causing conflicts withlieer(which shouldn't have these either). See Test directory in site-package.micwoj92 commented on 2025-07-10 03:48 (UTC)
Is
provides=('python-speech_recognition')required? This is not needed by any other pkgmicwoj92 commented on 2025-05-07 17:52 (UTC)
Thanks
micwoj92 commented on 2025-05-01 16:18 (UTC)
Please revert commit: https://aur.archlinux.org/cgit/aur.git/commit/?h=python-speechrecognition&id=8c1ee997e22bb480e932b36ac4387b0def1687de
See pinned comment of python-deadlib.
envolution commented on 2025-03-11 19:53 (UTC)
@vvch thanks, I added some cleanup commands but can't test it currently, please let me know if there are further problems
vvch commented on 2025-03-11 06:55 (UTC)
Stores files directly to
/usr/lib/python3.13/site-packages/tests/
like
/usr/lib/python3.13/site-packages/tests/init.py /usr/lib/python3.13/site-packages/tests/pycache/ /usr/lib/python3.13/site-packages/tests/pycache/init.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/tests/pycache/init.cpython-313.pyc /usr/lib/python3.13/site-packages/tests/pycache/test_audio.cpython-313.opt-1.pyc
which seems to be not good and may conflict with other packages
envolution commented on 2025-03-06 01:41 (UTC)
@That1Calculator done, thanks for the report
1 2 3 Next › Last »