Request: torchaudio / torchvision Wheel for JetPack 6.2.1 + torch 2.5.0a0 (Jetson AGX Orin)
Platform:
- Jetson AGX Orin
- JetPack 6.2.1
- Python 3.10
- CUDA 11.x (from JetPack 6.2.1)
PyTorch Version:
torch-2.5.0a0+872d972e41.nv24.08 (NVIDIA official wheel for JetPack 6.2.1, installed from local .whl)
torchaudio Version(s) Attempted:
- torchaudio-2.3.0+952ea74-cp310-cp310-linux_aarch64.whl (built from source and from community wheels)
- torchaudio built from source (matching torch version, with and without CUDA, with all recommended flags)
Errors Encountered
- ImportError / OSError (ABI mismatch):
When running:
import torch
import torchaudio
OSError: /home/neo/.local/lib/python3.10/site-packages/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZN3c1010Dispatcher17runRecordFunctionERN2at14RecordFunctionESt17reference_wrapperIKNS_14FunctionSchemaEENS_11DispatchKeyE
This occurs with both prebuilt wheels and source builds.
All builds are done in a clean environment, with only the NVIDIA torch wheel installed.
- Build Issues:
- Building torchaudio from source (as per official Jetson instructions) completes, but the resulting wheel always fails to import with the above ABI error.
- All dependencies (ffmpeg, CUDA, etc.) are present and working.
- No System or PyPI torch/torchaudio present:
- Only user site-packages contains torch and torchaudio.
- No stray or conflicting installs.
What I Need
A torchaudio wheel (or build recipe) that is ABI-compatible with NVIDIA’s torch-2.5.0a0+872d972e41.nv24.08 for JetPack 6.2.1 (Python 3.10, aarch64).
Or, official guidance from NVIDIA on how to build torchaudio for this environment.
What I’ve Tried
- All community and official wheels (PyPI, Qengineering, Jetson Zoo, GitHub) — none are compatible.
- Building from source with and without CUDA, with all recommended flags and environment variables.
- Full environment audit and clean install.
If you have a working wheel or build instructions for this exact setup, please share.
Edit
So I seem to have torch audio installed now, but have a torchvision issue:
Is there a torchvision wheel that’s compatible with:
- PyTorch 2.5.0a0+872d972e41.nv24.08
- JetPack 6.2.1
- CUDA 12.6
- cuDNN 9.3
Solution needed:
- A torchvision build that’s exactly compatible with your PyTorch 2.5.0a0 version
- Either an NVIDIA wheel or a source build from the correct branch/tag that matches your PyTorch build
Or complete package / resource is available somewhere?
I’ve tried https://pypi.jetson-ai-lab.dev but seems down?
Thank you.