Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU) RTX 3050
**• DeepStream Version 6.3 • JetPack Version (valid for Jetson only)
**• TensorRT Version 8.5.3.1
**• NVIDIA GPU Driver Version (valid for GPU only) 525.125.06
**• Issue Type( questions, new requirements, bugs): Installation issue • 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) Dual boot your computer with one side windows, and the other side ubuntu 20.04, and then install deepstream with the python bindings.
Good day, I have dual booted my laptop and am trying to install deepstream with its python bindings on it. So far I have succeeded in installing deepstream itself on it, but I ran into a problem when installing the python bindings on the laptop. I have made sure that I have the current python version, GStreamer, Cuda and driver version for deepstream 6.3. Here is the link to the website that I am using to install the python bindings: python bindings installation guide
And I am strugging at step 1.4, when I have to run the “sudo ./autogen.sh” command. When I do that, I get this error: error.txt (7.6 KB)
It mentioned something about windows, so I am wondering if my dual booted computer is the reason for the issue?
when I run the command:
“python–version” then the response is 3.8.10 (which is the same version that has worked on my desktop). And I’ve made sure that I have all of the required dependencies. I ran the command you just provided again and it said that all the dependencies are already installed.
@shaun.johnson I encountered the same issue when running autogen.sh, even though all the dependencies for DS 6.3 were already installed. My system had a RTX 3060 GPU.
As suggested by the moderator, you can use the docker deepstream:6.3-triton-multiarch; it solved my problem.
It seems that one of the requisites for installing the docker desktop software is "either Ubuntu Lunar Lobster 23.04 or Ubuntu Jammy Jellyfish 22.04 (LTS) ", but deepstream 6.3 specifies that it needs Ubuntu 20.04. Will deepstream 6.3 using docker still work if I upgrade the ubuntu version to 23.04?
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
It should have nothing to do with the installation package format
Another options, You can try install the *.whl download from this link.