Import torch error Jetson TX2

Dear experts!

I’m having a problem after install pytorch 1.1.0 in Jetson TX2. I followed instruction of this link and compelte install torch:

However, when I import torch inside virtual environment, it appeared an error as below:

(jetsontx2_env) tony@dovanhuong:~$ python
Python 3.6.9 (default, Jul 17 2020, 12:50:27)
[GCC 8.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/tony/jetsontx2_env/lib/python3.6/site-packages/torch/init.py”, line 79, in
from torch._C import *
ImportError: libcurand.so.10.0: cannot open shared object file: No such file or directory

Could you please help me how can I solve this issue?
Thank you so much ~~~

Hi,

Not sure which JetPack do you use.
For JetPack 4.4, the CUDA toolkit installed is version 10.2 rather than 10.0.

Thanks.