Install Pytorch for CUDA 12.6 JetPack 6.2

Can anyone help me install how to install PyTorch on the Orin NX? For assembly CUDA 12.6 , JetPack SDK 6.2. because when i used this:

JetPack 6.2
python -m pip install torch==2.8.0 torchvision==0.23.0  --index-url=https://pypi.jetson-ai-lab.io/jp6/cu126

I had not received packet.

Hi,

What error message appears when you run the following command?

python -m pip install torch==2.8.0 torchvision==0.23.0 --index-url=https://pypi.jetson-ai-lab.io/jp6/cu126

Thanks

Good afternoon. Thank you for your reply. I found the cause — it was due to using a home network that had port restrictions. Because of that, the command was hanging and not receiving a response from the host.