Search Criteria
Package Details: python-sounddevice 0.5.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-sounddevice.git (read-only, click to copy) |
|---|---|
| Package Base: | python-sounddevice |
| Description: | Record and play back sound |
| Upstream URL: | https://python-sounddevice.rtfd.io/ |
| Licenses: | MIT |
| Submitter: | arojas |
| Maintainer: | matthewq337 |
| Last Packager: | matthewq337 |
| Votes: | 5 |
| Popularity: | 0.41 |
| First Submitted: | 2025-03-31 19:42 (UTC) |
| Last Updated: | 2025-11-15 23:32 (UTC) |
Dependencies (4)
- portaudio
- python-cffi
- python-setuptools (make)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR, python-numpy1AUR) (optional) – to play back and record NumPy arrays
Required by (49)
- agent-cli
- aider-chat
- aider-chat (make)
- aider-chat-dwash96
- aider-chat-dwash96 (make)
- cecli
- cecli (make)
- chatgtk_client-git
- cwsim-git
- digital_rf-git (optional)
- freedata-server
- friture
- friture-git
- hyprwhspr
- hyprwhspr-git
- linvam
- linvam-git
- m2k-pomodoro-timer (optional)
- not1mm
- not1mm-9m2pju-git
- Show 29 more...
Latest Comments
demizer commented on 2026-01-19 18:31 (UTC)
I offer volunteer to be comaintainer to help keep it up to date as well. Thanks!
demizer commented on 2026-01-19 18:25 (UTC)
Requires pkgrel bump for python 3.14 release for those that already have it installed from aur to trigger rebuild. Thanks for maintaining this package!
steccas commented on 2025-11-23 19:15 (UTC) (edited on 2025-11-23 19:15 (UTC) by steccas)
Cannot install, I get:
/usr/lib/python3.13/site-packages/setuptools/init.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !!
!! dist.fetch_build_eggs(dist.setup_requires) Traceback (most recent call last): File "/home/stecca/.cache/yay/python-sounddevice/src/sounddevice-0.5.3/setup.py", line 65, in <module> setup(
~^ name='sounddevice', ^^^^^^^^^^^^^^^^^^^ ...<28 lines>... cmdclass=cmdclass, ^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.13/site-packages/setuptools/init.py", line 114, in setup _install_setup_requires(attrs)~^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/init.py", line 87, in _install_setup_requires _fetch_build_eggs(dist)~^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/init.py", line 92, in _fetch_build_eggs dist.fetch_build_eggs(dist.setup_requires)~^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/dist.py", line 766, in fetch_build_eggs return _fetch_build_eggs(self, requires) File "/usr/lib/python3.13/site-packages/setuptools/installer.py", line 54, in _fetch_build_eggs resolved_dists = [_fetch_build_egg_no_warn(dist, req) for req in needed_reqs] ^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/installer.py", line 52, in <genexpr> req for req in missing_reqs if not req.marker or req.marker.evaluate() ^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/installer.py", line 40, in _present return any(_dist_matches_req(dist, req) for dist in metadata.distributions()) File "/usr/lib/python3.13/site-packages/setuptools/installer.py", line 40, in <genexpr> return any(_dist_matches_req(dist, req) for dist in metadata.distributions())~^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/installer.py", line 64, in _dist_matches_req packaging.utils.canonicalize_name(egg_dist.name)~^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/packaging/utils.py", line 50, in canonicalize_name value = _canonicalize_regex.sub("-", name).lower()~^^^^^^^^^^^ TypeError: expected string or bytes-like object, got 'NoneType'