Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
GPU • DeepStream Version
6.3 • JetPack Version (valid for Jetson only) • TensorRT Version
8.4 • NVIDIA GPU Driver Version (valid for GPU only)
535.54.03 • Issue Type( questions, new requirements, bugs) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
The original environment of my machine was deepsteam6.1.1, and then I uninstalled it by running sudo ./uninstall.sh according to the official tutorial, and deleted cuda and tensorRT, etc., and then reinstalled the deepstream6.3 environment according to the documentation, but why did I run the program it will still load deepstream6.1? Why is my tensorRT version 8.4? Logically speaking, it is 8.5
root@box:/home# python3 support_multi_rtsp.py
Traceback (most recent call last):
File “support_multi_rtsp.py”, line 5, in
import pyds
ImportError: /opt/nvidia/deepstream/deepstream-6.1/lib/libnvds_meta.so: cannot open shared object file: No such file or directory
Hi, I met you again, my old friend. You are really amazing. Thank you for your suggestion. I have redone Python binding to solve the problem. By the way, do you know why my TensorRT version is not 8.5?