Tried to install PyTorch and the CUDA is is not installing.
python3 -c “import torch; print(‘CUDA:’, torch.cuda.is_available())” Traceback (most recent call last): File “”, line 1, in File “/home/user/.local/lib/python3.10/site-packages/torch/_init_.py”, line 237, in from torch._C import * # noqa: F403 ImportError: /lib/aarch64-linux-gnu/libcudnn.so.8: version `libcudnn.so.8’ not found (required by /home/coperai/.local/lib/python3.10/site-packages/torch/lib/libtorch_python.so)
Also if I upgrade to 36.4.7
I get this issue! JetPack 36.4.7 GPU Memory Allocation Regression on Orin Nano
Everything seems broken and I will not buy another device if this one can not do what is supposed to do.
Just a couple of question to understand the context better:
How did you flash your Jetson board? If you used NVIDIA SDK manager, it automatically installs the correct version of CUDA and cuDNN to match your JetPack release. No need to install them manually.
We are working on CUDA malloc issue when upgrading to the r36.4.7. Will keep you updated for the status. You can also find more information in the topic below: