Search Criteria
Package Details: python-torchaudio 2.8.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: | 7 |
Popularity: | 0.025186 |
First Submitted: | 2020-08-27 18:23 (UTC) |
Last Updated: | 2025-08-13 04:37 (UTC) |
Dependencies (18)
- 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 (python37AUR)
- 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-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, ninja-jobserverAUR) (make)
- python-setuptools (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional)
- python-kaldi-ioAUR (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 Next › Last »
Auerhuhn commented on 2024-07-04 09:06 (UTC)
Hi @NBonaparte,
Would you mind removing the
git submodule init
line fromprepare
?That would solve the issue reported by user @Lucki, too.
Regards
Auerhuhn
Lucki commented on 2024-05-09 14:52 (UTC)
prepare()
fails for me:m2345 commented on 2023-03-24 04:01 (UTC)
Is it just me or this package does not support ffmpeg? I'm getting the following error:
RuntimeError: get_input_devices requires FFmpeg extension which is not available. Please refer to the stacktrace above for how to resolve this.
yan12125 commented on 2023-02-14 07:41 (UTC)
I don't use this package anymore - removing myself from co-maintainers.
yan12125 commented on 2022-07-04 03:21 (UTC)
Nice! Updated.
rien333 commented on 2022-07-03 15:22 (UTC)
export CUDACXX=/opt/cuda/bin/nvcc
also works!yan12125 commented on 2022-07-03 12:02 (UTC)
Nice! Could you also try this? It is kind of unusual to use CMAKE_CUDA_COMPILER as an environment variable instead of a CMake parameter.
To be honest, I've never tried that. I always use chroots for non-trivial packages to avoid mysterious issues, and this package is far from a trivial one :)
rien333 commented on 2022-07-03 10:38 (UTC)
Jeez, I finally got this to build. This recent thread helped a bit.
The last line of the diff is the only thing I had to add! Would you consider it adding to the PKGBUIKLD, at least until someone figures out what interveres with building outside of a clean chroot?
And btw, are you able to build this package yourself outside of a clean chroot?
rien333 commented on 2022-06-10 09:03 (UTC) (edited on 2022-06-10 09:03 (UTC) by rien333)
Thank you for your continued help! Unfortunately, it's just not as simple as not having
/opt/cuda/bin/nvcc
— community/cuda obviously installs this binary, and running/opt/cuda/bin/nvcc --version
produces the same output as in your Cmake log.In the end, I "fixed" this by building this package in a clean chroot. Not ideal, but maybe a proper solultion/answer will come around one day.
yan12125 commented on 2022-06-07 14:59 (UTC)
Not sure what's going on for you. Here are relevant logs for me:
I got
Compiler: /opt/cuda/bin/nvcc
but you haveCompiler: CMAKE_CUDA_COMPILER-NOTFOUND
. Maybe that program is somehow missing or broken for you?« First ‹ Previous 1 2 3 4 Next › Last »