chenyh@chenyh-desktop:~$ python
Python 3.8.16 (default, Dec 7 2022, 01:12:13)
[GCC 7.5.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/chenyh/.local/lib/python3.8/site-packages/torch/init.py”, line 198, in
_load_global_deps()
File “/home/chenyh/.local/lib/python3.8/site-packages/torch/init.py”, line 151, in _load_global_deps
ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
File “/usr/lib/python3.8/ctypes/init.py”, line 373, in init
self._handle = _dlopen(self._name, mode)
OSError: libmpi_cxx.so.40: cannot open shared object file: No such file or directory
pytorch version is 1.11.0 with JetPack 4.6.1