Search Criteria
Package Details: python-torchaudio 2.4.1-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 |
Conflicts: | python-torchaudio-git |
Submitter: | HenryJia |
Maintainer: | NBonaparte |
Last Packager: | NBonaparte |
Votes: | 5 |
Popularity: | 0.000006 |
First Submitted: | 2020-08-27 18:23 (UTC) |
Last Updated: | 2024-09-10 07:20 (UTC) |
Dependencies (19)
- bzip2 (bzip2-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libFLAC.so (flac-gitAUR, flac, lib32-flac)
- libogg (libogg-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- opencore-amr (opencore-amr-gitAUR)
- opus (opus-gitAUR)
- opusfile (opusfile-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, 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-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-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)
Latest Comments
1 2 3 Next › Last »
actionless commented on 2024-07-29 07:59 (UTC)
also i think CXX should be set to g++-13
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.
1 2 3 Next › Last »