Problem to install PyTorch on Jetson Nano Orin

I recently bought a Jetson Nano Orin and has been following the tutorial “jetson-inference/README.md at master · dusty-nv/jetson-inference · GitHub”. When I tried to install PyTorch according to the instruction here (jetson-inference/docs/pytorch-transfer-learning.md at master · dusty-nv/jetson-inference · GitHub), the system was crashed. I attached the system log files. Can somebody please help me figure out what the problem may be?

syslog.txt (2.8 MB)
note.txt (64.2 KB)

Hi,

Do you use JetPack 6?
If yes, please install our prebuilt for JetPack 6 in the below link:

Thanks.

Thank you for the reply.

Yes, I use JetPack 6. When I went to PyTorch for Jetson as suggested to download torch 2.3, I got this problem
“ERROR: torch-2.3.0-cp310-cp310-linux_aarch64.whl is not a supported wheel on this platform.”

I also tried PyTorch v2.2.0 and PyTorch v2.1.0, same problems occurred.
“ERROR: torch-2.2.0a0+6a974be.nv23.11-cp310-cp310-linux_aarch64.whl is not a supported wheel on this platform.”
“ERROR: torch-2.1.0-cp310-cp310-linux_aarch64.whl is not a supported wheel on this platform.”

Any further suggestions? Thank you.

Hi,

It should work.
Please follow the below command to install PyTorch:

And the below command for TorchVision and TorchAudio:

Thanks.

Unfortunately, it still doesn’t work.


Same problems when I installed Pytorch Audio and Vision as you suggested.

Any suggestions?

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks

Hi,

It looks like you are using a virtual environment.
Which Python version do you use?

Our prebuilt package is built with Python 3.10.

Thanks.