deepstream_tao_apps icon indicating copy to clipboard operation
deepstream_tao_apps copied to clipboard

ImportError: libnvdsgst_meta.so: cannot open shared object file: No such file or directory

Open PythonImageDeveloper opened this issue 4 years ago • 4 comments

Hi all, I want to run deepstream_test_1.ipynb on PC has ubuntu 18.04, in the import pyds, I get that error.

PythonImageDeveloper avatar May 17 '20 18:05 PythonImageDeveloper

what ds version?

here is libnvdsgst_meta.so location in ds5.0 /opt/nvidia/deepstream/deepstream-5.0/lib/libnvdsgst_meta.so

mchi-zg avatar May 20 '20 14:05 mchi-zg

same issue, I can see libnvdsgst_meta.so inside /opt/nvidia/deepstream/deepstream-5.0/lib

how to resolve?

adiprasad avatar Aug 12 '20 18:08 adiprasad

I had the same problem, I was adding wrong paths. I solved restarting the kernel and running again the cell with the right paths. If it doesn't work, try to use the docker of deepstream , it comes with everything installed. It worked for me.

leo2105 avatar Sep 20 '20 06:09 leo2105

cd /opt/nvidia/deepstream/deepstream-5.0/lib sudo python3 setup.py install ( assuming python3 you are using is of root)

rlrahulkanojia avatar Dec 12 '20 19:12 rlrahulkanojia