Deepstream python clients

I had trouble installing the deepstream python clients. I have Jetson Orin Nano, Jetpack 5.1.2, Deepsream 6.3. Running the first python client fails to import pyds. What is that?
I also tried running gst-python autogen.sh, and it said:
Please get the right tools before proceeding.

  • Alternatively, if you’re sure we’re wrong, run with --nocheck.

Moving to DeepStream forum for better support.

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

Can the deepstream-test1 native app run normally ?

It the native app work fine. please check if the dependencies are installed successfully.

You can try the following command line In README.md.

sudo apt install python3-gi python3-dev python3-gst-1.0 python-gi-dev git \
    python3 python3-pip python3.8-dev cmake g++ build-essential libglib2.0-dev \
    libglib2.0-dev-bin libgstreamer1.0-dev libtool m4 autoconf automake libgirepository1.0-dev libcairo2-dev

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