deepstream_tao_apps
deepstream_tao_apps copied to clipboard
ImportError: libnvdsgst_meta.so: cannot open shared object file: No such file or directory
Hi all, I want to run deepstream_test_1.ipynb on PC has ubuntu 18.04, in the import pyds, I get that error.
what ds version?
here is libnvdsgst_meta.so location in ds5.0 /opt/nvidia/deepstream/deepstream-5.0/lib/libnvdsgst_meta.so
same issue, I can see libnvdsgst_meta.so inside /opt/nvidia/deepstream/deepstream-5.0/lib
how to resolve?
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.
cd /opt/nvidia/deepstream/deepstream-5.0/lib sudo python3 setup.py install ( assuming python3 you are using is of root)