In order to try other version of tensorrt, I have uninstall the tensorrt which installed in the xavier automotive. (the version I uninstall is 5.1.6)
and I want to install the tensorrt version 5.0.2.6, I have download the software and installation well but when I tried to import the model, it shows error:
import tensorrt
Traceback (most recent call last):
File “”, line 1, in
File “/usr/local/lib/python3.6/dist-packages/tensorrt/init.py”, line 1, in
from .tensorrt import *
ImportError: /usr/local/lib/python3.6/dist-packages/tensorrt/tensorrt.so: cannot open shared object file: No such file or directory
but I have this file “tensorrt.so” in a right path, is that means that I can not installation tensorrt in xavier? but how can I installation tensorrt once again if I have uninstalled the one already?
Thanks