Search Criteria
Package Details: python-torchaudio 2.0.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: | HenryJia |
Last Packager: | HenryJia |
Votes: | 5 |
Popularity: | 0.87 |
First Submitted: | 2020-08-27 18:23 (UTC) |
Last Updated: | 2023-03-18 21:41 (UTC) |
Dependencies (18)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- lame (lame-svn, lame-altivec)
- libFLAC.so (flac-nodocs-git, flac-minimal-git, lib32-flac-git, flac-git, flac, lib32-flac)
- libogg (libogg-git)
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer)
- opencore-amr
- opus (opus-git)
- opusfile (opusfile-git)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-pytorch (python-pytorch-mkl-git, python-pytorch-cuda-git, python-pytorch-mkl-cuda-git, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- xz (xz-git)
- zlib (zlib-static, zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- boost (boost-git, boost174) (make)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-bin, python-ninja, ninja-kitware, ninja-mem) (make)
- python-setuptools (make)
- python-kaldi-io (optional)
Latest Comments
1 2 3 Next › Last »
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?rien333 commented on 2022-06-07 09:10 (UTC)
Still having the same sort of problems, a month later:
CMakeError.log contains the following:
Note that cmake fails at
CMakeDetermineCUDACompiler.cmake:633
:What is the value of
CMAKE_CUDA_ARCHITECTURES
in your case? What should it be? (It's empty for me.)Forget about /usr/local/coda, that was just a temporary bug in how CUDA was packaged on Arch (see also my previous comment).
yan12125 commented on 2022-05-25 05:16 (UTC)
I switched to GCC 11 and it works with /opt/cuda. Maybe worth another try with /usr/local/cuda :)
1 2 3 Next › Last »