Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
NVIDIA AGX Orin Dev Kit • DeepStream Version
6.1 • JetPack Version (valid for Jetson only)
5.0 (or whatever the newest one is) • TensorRT Version
8.4.0-1 • NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I attempted to install graph composer onto my NVIDIA AGX Orin today and experienced issues.
~/Downloads$ sudo dpkg -i graph_composer-2.0.0_arm64.deb
(Reading database … 161197 files and directories currently installed.)
Preparing to unpack graph_composer-2.0.0_arm64.deb …
Unpacking graph-composer (2.0.0) over (2.0.0) …
Setting up graph-composer (2.0.0) …
update-alternatives: using /opt/nvidia/graph-composer/libgxf_core.so to provide /usr/lib/aarch64-linux-gnu/libgxf_core.so (gxf_core) in auto mode
update-alternatives: using /opt/nvidia/graph-composer/gxe to provide /usr/bin/gxe (gxe) in auto mode
update-alternatives: using /opt/nvidia/graph-composer/registry to provide /usr/bin/registry (registry) in auto mode
Processing triggers for libc-bin (2.31-0ubuntu9.9) …
At this point it just stops running, a graph-composer folder is created in opt/nvidia, but it has an orange lock on it. the “compose” command in the terminal returns “command not found”. compose -h, however does return options.
We tried with our Orin board. There is no problem of installing. Please make sure your device is installed with JetPack 5.0.1 DP and DeepStream 6.1 by sdkmanager.
Is this the normal output or do I somehow have two versions of Jetpak installed?
Deepstream is 6.1 too and I did install using sdk manager.
My Nvidia Jetson AGX Orin is also less than a week old, and Deepstream is running fine on it. I just cannot seem to install properly through dpkg. I encountered this same issue when trying to install the reference graphs as well.