I’m using JetPack 6.2 (L4T R36.4.3) on a Jetson Orin Nano and trying to install PyTorch with GPU support. I noticed in other forum that there’s no official .whl available yet for JetPack 6.2 on the NVIDIA PyTorch repository.
I followed a community suggestion and ran the following command:
However, this resulted in a connection error and ultimately failed with:
WARNING: Retrying (Retry(total=4, ...): Failed to establish a new connection: [Errno 113] No route to host ... ERROR: Could not find a version that satisfies the requirement torch==2.8.0 (from versions: none) ERROR: No matching distribution found for torch==2.8.0
This suggests the index is either not public or not functional.
❗ The issue
JetPack 6.2 ships with CUDA 12.6 and cuDNN 8.9.5, but there is no official PyTorch GPU .whl for this version. This makes it hard to use JetPack 6.2 for real-time AI.
❓ My questions
Will NVIDIA release official PyTorch .whl files with GPU support for JetPack 6.2 (L4T R36.4)?
Is there an estimated timeline?
Are there recommended alternatives or Docker images for this version?
Hi @AastaLLL, the url seems to be down again. the .dev mirror is also down. Is there any other way to get the wheel file? I need torch and torchvision for the same purposes as the original poster. Thank you!
Dear Nvidia. Is there some page somewhere when the current commands to install important packages like PyTorch are located or is the standard procedure to just post a new topic each time you want to install it to get the current commands?
I tried to install this version of torch: [torch-2.8.0-cp312-cp312-linux_aarch64.whl] on my Jetson Orin Nano, jetpack 6.2, and CUDA 12.9 and I got this error message. I want the GPU capabilities not just CPU:
pip install torch-2.8.0-cp312-cp312-linux_aarch64.whl ERROR: torch-2.8.0-cp312-cp312-linux_aarch64.whl is not a supported wheel on this platform.
Hi! I am currently using python 3.10, but I am trying to also use pyrealsense2 2.56.5, should I downgrade my pyrealsense2? No I did not upgrade CUDA 12.9 manually, if i was to try and do it manually what are the correct steps to ensure that it is not the problem?"
Looks like the link https://pypi.jetson-ai-lab.io/jp6/cu126 still seems to be down, need to install torch, torchvision, torchaudio is there any alternative to the above link?