Description
I try to install pytorch, I found the whl from here Jetson Download Center | NVIDIA Developer
When I run the python code to check version of pytorch after installation I got this issue
python3 -c "import torch; print(torch.__version__)"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/ulas/.local/lib/python3.10/site-packages/torch/__init__.py", line 361, in <module>
from torch._C import * # noqa: F403
ImportError: libcusparseLt.so.0: cannot open shared object file: No such file or directory
What is the problem here, what I am missing ?
This is not exist in my jetson orin nx libcusparseLt.so.0. I installed jetpack from sdk manager cleanly.
Environment
I have jetpack 6.1 from sdkmanager, It is clean I didnt install anything only pip3.