I have installed pytorch v 1.3.0 , but import torch is failing

Hi,
I have installed pytorch 1.3.0 on Jetson Nano. But import torch is failing.

Error message:-
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘torch’

Jetson SDK version is 4.3.

What could be wrong? any dependent packages required?

Regards,
Shankar

Can you please provide suggestions on this.
I did go through some of the related posts and tried them…like installing using Cuda, installing pillow 6.2.2, trying to install with different versions of torch and torchvision. But nothing worked for me.

Regards,
Shankar

THe instructions in the below link helped and I was able to install pytorch and torchvision.

https://devtalk.nvidia.com/default/topic/1049071/pytorch-for-jetson-nano-version-1-3-0-now-available/

Thank you.