Unable to install pytorch cpu version 2.5 on jetson orin with python 3.10

I’m trying to install pytorch cpu 2.5 version on jetson orin but I’m unable to do so. My jetpack version is 5.1, python version - 3.10 (seperately installed in a virtual env) and CUDA version is 11.4.

Following is the screenshot of the error message.

Hi,

The command you use is for x86 arch which not supports for our device.
Please follow the topics Build from Source section to build it.

Thanks