I am trying to install pytorch on the Xavier.
I have followed the following instructions for the basic installation:
I installed PyTorch according to these instructions (I get the same errors with the source files of PyTorch)
And After trying to import pytorch with python3, the following error arises
import torch
Traceback (most recent call last):
File “”, line 1, in
File “/home/jetson/.local/lib/python3.6/site-packages/torch/init.py”, line 81, in
from torch._C import *
ImportError: libcudart.so.10.0: cannot open shared object file: No such file or directory
I have also read the following thread, but don’t know how to get JetPack 4.2 onto the developer kit:
It’s not possible to install earlier versions of PyTorch < 1.6 on JetPack 4.4 production release (L4T R32.4.3), because there were changes that needed to be made in PyTorch 1.6 to support the latest cuDNN 8.0 release that is in JetPack 4.4.