ImportError: libcudart.so.10.0: cannot open shared object file: No such file or directory

Hello,
I am trying to install Pytorch using the following link: PyTorch for Jetson but I am getting the error as above, I think it is looking for .so file of 10.0 and not 10.2 as cuda 10.2 is installed through my sd card image… how can I resolve it? I tried installing cuda10.0 on my machine but couldn’t find good resources on it, I need to TF <2 and Torch for my projects.

Hi,

Please remember to use the package built with same JetPack version.
For your environment, please use the package for JetPack 4.4 DP:

PyTorch v1.5.0

  • JetPack 4.4 DP

Thanks.

1 Like