I have Jetson Orin Ubuntu 22.04 JetPack 6.2, CUDA 12.6.68, cuDNN 9.3.0.75, and I can’t install PyTorch. Please Help. Thanks.
jetson@ubuntu:~$ python3
Python 3.10.12 (main, Feb 4 2025, 14:57:36) [GCC 11.4.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.
import torch
Traceback (most recent call last):
File “”, line 1, in
File “/home/jetson/.local/lib/python3.10/site-packages/torch/init.py”, line 237, in
from torch._C import * # noqa: F403
ImportError: libcudnn.so.8: cannot open shared object file: No such file or directory