DeepStream cannot find libnvrtc.so.10.2

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
Jetson
• DeepStream Version
deepstream-5.1_5.1.0-1_arm64

• JetPack Version (valid for Jetson only)
32.5.2

• TensorRT Version
ii libnvinfer-dev 7.1.3-1+cuda10.2 arm64

I followed the instructions listed here: Quickstart Guide — DeepStream 6.1.1 Release documentation

However, when I get to the step to run “deepstream-app -c ” I run into this error:

deepstream-app: error while loading shared libraries: libnvrtc.so.10.2: cannot open shared object file: No such file or directory

How do I fix this? Note, I cannot upgrade to DS 6.0 yet, I have to use this older version for compatibility reasons.

FYI I fixed this by performing:

nvidia@nvidia-desktop:/$ sudo apt install cuda-nvrtc-10-2 

on my Jetson. I am not sure why this wasn’t installed as part of the deepstream requirements with dpkg.

Glad to know you fix it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.