NVIDIA-AI-IOT / deepstream_tao_apps

Sample apps to demonstrate how to deploy models trained with TAO on DeepStream
MIT License
380 stars 97 forks source link

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

Open PythonImageDeveloper opened 4 years ago

PythonImageDeveloper commented 4 years ago

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

mchi-zg commented 4 years ago

what ds version?

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

adiprasad commented 4 years ago

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

how to resolve?

leo2105 commented 4 years ago

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.

rlrahulkanojia commented 3 years ago

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