Installing Torch Vision of Jetson Nano

Hi,

Please check if you have CUDA toolkit installed first.
It should be located at /usr/local/cuda-[version]/.

If yes, the installed package version might be incorrect.
Please noted that you will need to use the same CUDA version as the package built with.

Based on your log, the pyTorch package needs CUDA v10.0 library, which is included in the JetPack 4.3.
If newer JetPack is used, please install the corresponding package listed in this topic:

Thanks.