Issue installing Pytorch on Jetson Orin Nano with Jetpack 6.0

Hi,

Do you use the package listed in the below topic?

If yes, there is a TorchVision prebuilt so you don’t need to build it from the source.

For OSError: libmpi_cxx.so.20: cannot open shared object file: No such file or directory.
Please run the below command to install the dependency and try it again.

$ sudo apt-get install python3-pip libopenblas-base libopenmpi-dev libomp-dev

Thanks.