Error on running samples with deepstream-app

When possible, please provide the following info:

• Hardware Platform (Jetson / GPU) two RTX 1070 Super
• DeepStream Version 5.0.0
• JetPack Version (valid for Jetson only)
• TensorRT Version 7.0
• NVIDIA GPU Driver Version (valid for GPU only) 440.33.01

Hi, I tried to install deepstream 5.0.0 on a GPU tower with two RTX 1070 super.
I think I successfully install it since when I run
deepstream-app --version-all
I get:

deepstream-app version 5.0.0
DeepStreamSDK 5.0.0
CUDA Driver Version: 10.2
CUDA Runtime Version: 10.2
TensorRT Version: 7.0
cuDNN Version: 7.6
libNVWarp360 Version: 2.0.1d3

but when I try to run a sample file with:
$ deepstream-app -c configs/deepstream-app/source30_1080p_dec_infer-resnet_tiled_display_int8.txt
I get :

(gst-plugin-scanner:10045): GStreamer-WARNING **: 22:47:12.453: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so': libtrtserver.so: cannot open shared object file: No such file or directory

(gst-plugin-scanner:10045): GStreamer-WARNING **: 22:47:12.454: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_eglglessink.so': libGLESv2.so.2: cannot open shared object file: No such file or directory

(gst-plugin-scanner:10045): GStreamer-WARNING **: 22:47:12.456: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so': libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory

(gst-plugin-scanner:10045): GStreamer-WARNING **: 22:47:12.457: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_msgconv.so': libjson-glib-1.0.so.0: cannot open shared object file: No such file or directory

(deepstream-app:10044): GLib-GObject-CRITICAL **: 22:47:12.885: g_object_set: assertion 'G_IS_OBJECT (object)' failed

(deepstream-app:10044): GLib-GObject-CRITICAL **: 22:47:12.885: g_object_set: assertion 'G_IS_OBJECT (object)' failed
** ERROR: <create_render_bin:95>: Failed to create 'sink_sub_bin_sink1'
** ERROR: <create_render_bin:172>: create_render_bin failed
** ERROR: <create_sink_bin:732>: create_sink_bin failed
** ERROR: <create_processing_instance:793>: create_processing_instance failed
** ERROR: <create_pipeline:1263>: create_pipeline failed
** ERROR: <main:632>: Failed to create pipeline
Quitting
App run failed

Can you find /usr/lib/x86_64-linux-gnu/libGLESv2.so and
/usr/lib/x86_64-linux-gnu/libnvinfer_plugin.so.7

We’re closing this issue due to no further update from a period, please open a new one to get the support if still an issue. Thanks

Hi I also met the problem in docker-5.0-example. And yes,I can’t find these libraries. What can I do ?

1 Like

from this docker? nvcr.io/nvidia/deepstream:5.0-dp-20.04-samples

I can find under this docker, you may repull to rule out any setup issue.

root@a01e8b173b9a:~# ll /usr/lib/x86_64-linux-gnu/libGLESv2.so.2
libGLESv2.so.2 libGLESv2.so.2.0.0

Ok, I will retry. thank you!

I have the same problem with the docker image.

I run
docker run --gpus all -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -it --rm -w /opt/nvidia/deepstream/deepstream-5.0/samples nvcr.io/nvidia/deepstream:5.0-dp-20.04-samples deepstream-app -c /opt/nvidia/deepstream/deepstream/samples/configs/deepstream-app/source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt

I get this error
(gst-plugin-scanner:6): GStreamer-WARNING **: 17:43:09.418: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libtrtserver.so: cannot open shared object file: No such file or directory

Hi alexis.fortin-cote,

Please open a new topic for your issue. Thanks