Error While Installing DeepStream Composer

2024-11-25 10:40:07 [Warning] [gpu.foundation.plugin] Skipping unsupported non-RTX GPU: NVIDIA GeForce GTX 1080 Ti

2024-11-25 10:40:07 [Error] [gpu.foundation.plugin] No device could be created. Some known system issues:

  • The driver is not installed properly and requires a clean re-install.
  • Your GPUs do not support RayTracing: DXR or Vulkan ray_tracing, or hardware is excluded due to performance.
  • The driver cannot enumerate any GPU: driver, display or a docker issue. For Vulkan, test it with Vulkaninfo tool from Vulkan SDK, instead of nvidia-smi.
  • For Ubuntu, it requires server-xorg-core 1.20.7+ and a display to work without --no-window.
  • For Linux dockers, the setup is not complete. Install the latest driver, xServer and NVIDIA container runtime.
    2024-11-25 10:40:07 [Error] [carb.python] [py stderr]: /home/anavid-server/.local/share/ov/data/Kit/composer-standalone/1.0/pip3-envs/default/requests/init.py:80: RequestsDependencyWarning: urllib3 (1.26.6) or chardet (3.0.4) doesn’t match a supported version!
    RequestsDependencyWarning)

Hi,

I encountered an error while attempting to install the DeepStream Composer. Below are the steps I followed during the installation process:

Installed Docker using the following commands:

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

Installed required dependencies:

sudo apt install \
mesa-utils \
vulkan-utils \
mesa-vulkan-drivers

Downloaded the x86 release of the DeepStream 6.0 Graph Composer from the official NVIDIA link:
Graph Composer 1.0.0 x86 Release

cd ~/Downloads
sudo dpkg -i

Downloaded the Graph Composer reference examples:
DeepStream Reference Graphs 6.0

cd ~/Downloads
sudo dpkg -i

Currently, my installed version of DeepStream is 6.3. Could this version mismatch be causing the issue?

I would greatly appreciate your guidance on resolving this problem and understanding how to use Graph Composer with DeepStream 6.3.

1 Like

Hi ,
I suggest you to raise thi sin Deepstream Forum.

Thanks