pyTorch

I am trying to install PyTorch and Torch Vision on a Nvidia Jetson Orin Nano Devkit with Jetpack6.2.2. installed using SDK Manager (yolo_env) rj@SES-1:~/yolo_env$ curl -I jp6/cu126 index
HTTP/1.1 502 Bad Gateway
Server: openresty
Date: Fri, 24 Jul 2026 15:45:36 GMT
Content-Type: text/html
Content-Length: 154
Connection: keep-alive WHen will this site be up and running

Hello @rjaffeco!

Based on the title and content of your topic, it looks like it may receive better visibility and feedback in a different category. We took the liberty of moving it for you.

If this was an incorrect assessment, please send me a direct message.

Disclaimer: this moderation suggestion and message were generated with AI assistance.

Hi,

The server is back to work.
Please try it again.

Thanks.

(yolo_env) rj@SES-1:~/yolo_env$ curl -I https://pypi.jetson-ai-lab.io/simple/
HTTP/1.1 500 Internal Server Error
Server: openresty
Content-Type: text/plain; charset=utf-8

The server is still down.

Are there any workarounds to download and install the proper PyTorch *.whl file
Can you please tell me what the proper PyTorch installation file is for a Nvidia Jetson Orin Nano with Jetpack6.2.2 installed using SDK Manager:

(yolo_env) rj@SES-1:~/yolo_env$ python3 -m pip install torch==2.8.0 torchvision==0.23.0
–index-url=https://pypi.jetson-ai-lab.io/jp6/cu126
Looking in indexes: https://pypi.jetson-ai-lab.io/jp6/cu126
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

Hi,

There is no ‘simple’ folder in the server.
Currently, the version is 2.11.0 instead of 2.8.0.

Thanks