tensorrtx
tensorrtx copied to clipboard
ImportError: libnvinfer.so.8: cannot open shared object file: No such file or directory
Env
- GPU, 1080ti
- OS, e.g. Ubuntu18.04
- Cuda version 11.1
- TensorRT 8.2.5.1
The reasoning of the C version is normal,However, the python version will report this error。 The same device and TensorRT version are the same。Looking forward to hearing from you。Thanks
Traceback (most recent call last):
File "/mnt/workspace/rv2d/acus_workspace/twd_workspace/tensorrtx-master/yolov8/yolov8_seg_trt.py", line 15, in
The tensorrt-py and the tensorrt c++ need to be the same version.
Set LD_LIBRARY_PATH, put the lib path of tensorrt into this ENV.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.