Hi
I downloaded the TensorRT-5.0.2.6.Ubuntu-18.04.1.x86_64-gnu.cuda-10.0.cudnn7.3 and tried to install the tensorrt on xavier following this https://devtalk.nvidia.com/default/topic/1046036/tensorrt-5-0-2-6-importerror-usr-local-lib-python3-5-dist-packages-tensorrt-tensorrt-so-cannot-/ for many times, but I also got the error.
Python 3.6.9 (default, Nov 7 2019, 10:44:02)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorrt
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.6/dist-packages/tensorrt/__init__.py", line 1, in <module>
from .tensorrt import *
ImportError: /usr/local/lib/python3.6/dist-packages/tensorrt/tensorrt.so: cannot open shared object file: No such file or directory
my jetpack version is 4.1.1
gpu arch:7.2
cuda:10.0 cudnn:7.3.1.20
can anyone give any ideas of this problem ?
Regards