When I run 'deepstream-app -c deepstream_app_config_yoloV3.txt ', it gives following warning and errors.
(gst-plugin-scanner:3791): GStreamer-WARNING **: 10:10:37.244: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so’: /usr/local/cuda-10.1/lib64/libnvrtc.so.10.2: version `libnvrtc.so.10.2’ not found (required by /usr/lib/x86_64-linux-gnu/libnvinfer_plugin.so.6)
** ERROR: <create_primary_gie_bin:107>: Failed to create ‘primary_gie_classifier’
** ERROR: <create_primary_gie_bin:161>: create_primary_gie_bin failed
** ERROR: <create_pipeline:1045>: create_pipeline failed
** ERROR: main:632: Failed to create pipeline
Quitting
App run failed
But my CUDA version is cuda-10.1. Why does it try to load a libnvrtc.so.10.2?