Graph Composer Not Installing on Jetson AGX Orin

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.

Is there something I’m missing? Thank you.

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.

just double checked jetpack install with “sudo apt-cache show nvidia-jetpack”

got the following result:

Package: nvidia-jetpack
Version: 5.0.1-b118
Architecture: arm64
Maintainer: NVIDIA Corporation
Installed-Size: 194
Depends: nvidia-cuda (= 5.0.1-b118), nvidia-opencv (= 5.0.1-b118), nvidia-cudnn8 (= 5.0.1-b118), nvidia-tensorrt (= 5.0.1-b118), nvidia-container (= 5.0.1-b118), nvidia-vpi (= 5.0.1-b118), nvidia-nsight-sys (= 5.0.1-b118), nvidia-l4t-jetson-multimedia-api (>> 34.1-0), nvidia-l4t-jetson-multimedia-api (<< 34.2-0)
Homepage: Autonomous Machines | NVIDIA Developer
Priority: standard
Section: metapackages

Package: nvidia-jetpack
Version: 5.0-b114
Architecture: arm64
Maintainer: NVIDIA Corporation
Installed-Size: 194
Depends: nvidia-cuda (= 5.0-b114), nvidia-opencv (= 5.0-b114), nvidia-cudnn8 (= 5.0-b114), nvidia-tensorrt (= 5.0-b114), nvidia-container (= 5.0-b114), nvidia-vpi (= 5.0-b114), nvidia-nsight-sys (= 5.0-b114), nvidia-l4t-jetson-multimedia-api (>> 34.1-0), nvidia-l4t-jetson-multimedia-api (<< 34.2-0)
Homepage: Autonomous Machines | NVIDIA Developer
Priority: standard
Section: metapackages

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.

The output is OK.

Can you check your /var/log/dpkg.log for more information of the package installing?

And please pay attention to the document Getting Started — DeepStream 6.1.1 Release documentation. Jetson is for graph execution only. You can not use composer in Jetson.

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