Search Criteria
Package Details: python-torchaudio 2.9.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-torchaudio.git (read-only, click to copy) |
|---|---|
| Package Base: | python-torchaudio |
| Description: | Data manipulation and transformation for audio signal processing, powered by PyTorch |
| Upstream URL: | https://github.com/pytorch/audio |
| Licenses: | BSD-2-Clause |
| Conflicts: | python-torchaudio-git |
| Submitter: | HenryJia |
| Maintainer: | NBonaparte |
| Last Packager: | NBonaparte |
| Votes: | 8 |
| Popularity: | 0.56 |
| First Submitted: | 2020-08-27 18:23 (UTC) |
| Last Updated: | 2025-10-19 22:16 (UTC) |
Dependencies (17)
- bzip2 (bzip2-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libogg (libogg-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- opencore-amr (opencore-amr-gitAUR)
- opus (opus-gitAUR)
- opusfile (opusfile-gitAUR)
- python
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda12.9AUR, python-pytorch-opt-cuda12.9AUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- xz (xz-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- python-setuptools (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR, cuda-12.5AUR, cuda-12.9AUR) (optional)
Required by (18)
- coqui-tts
- dsnote (optional)
- dsnote-git (optional)
- freedv-gui
- localai-git
- localai-git-cuda
- localai-git-rocm
- python-auralis
- python-encodec-git
- python-lhotse-git
- python-open-unmix-pytorch
- python-qualia-core (optional)
- python-speechbrain-git
- python-torchmetrics (optional)
- python-tts-git
- python-vllm (optional)
- python-vllm-bin (optional)
- python-webdataset
Latest Comments
« First ‹ Previous 1 2 3 4
rien333 commented on 2022-05-12 07:06 (UTC) (edited on 2022-05-12 07:13 (UTC) by rien333)
I'm getting the following build error. I think the PKGBUILD is missing a dependency or something. Googling shows something about
nvcccurrently being incompatible with certain gcc versions? Arch is on like 12 now.yan12125 commented on 2022-05-11 04:38 (UTC)
Thanks for the update and adding me as a co-maintainer. Seems new torchaudio has fixed the version string and my previous
BUILD_VERSIONtrick is no longer necessary. How do you think about usingarch=('x86_64' 'i686')? (I can push it directly, but I prefer a consensus)yan12125 commented on 2022-05-03 10:30 (UTC)
FWIW, here is a working patch for updating to 0.11.0 with various fixes: http://fars.ee/v4qE
Also, may I become a co-maintainer of this package? I'd like to keep this package up-to-date as best as I can.
yan12125 commented on 2021-11-19 14:39 (UTC)
Thanks!
HenryJia commented on 2021-11-15 11:56 (UTC)
I've updated the package to 0.10.0 now
yan12125 commented on 2021-11-03 04:04 (UTC)
Got the following error after upgrading python-pytorch to 1.10.0-2
The error is gone if I bump python-torchaudio to 0.10.0 and rebuild.
yan12125 commented on 2021-06-30 02:00 (UTC)
Besides updating to 0.9.0, I also need to add BUILD_SOX=1, or "No audio I/O backend is available" occurred for torchaudio.load(). Here is the PKGBUILD I use:
yan12125 commented on 2021-03-06 10:15 (UTC)
With my previously-posted PKGBUILD,
pip list -ocomplains that torchaudio is out-dated as the latter has version 0.8.0a0+099d788 instead of 0.8.0. The updated PKGBUILD is uploaded to https://github.com/yan12125/repo/blob/python-torchaudio/archlinuxcn/python-torchaudio/PKGBUILD« First ‹ Previous 1 2 3 4