Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU - Geforce RTX 3060
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 550
• Issue Type( questions, new requirements, bugs) 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)
Hi, I am trying to run deepstream-test2. I started my container like this
docker run -it --gpus all -v “/home/****/videos_3:/videos” -v /usr/local/cuda:/usr/local/cuda nvcr.io/nvidia/deepstream:7.1-gc-triton-devel bash
Then, I am first trying to follow the How to indications:
At the Prerrequisites area, I am trying to follow this:
$ sudo apt-get install python-gi-dev
$ export GST_LIBS="-lgstreamer-1.0 -lgobject-2.0 -lglib-2.0"
$ export GST_CFLAGS="-pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include"
$ git clone https://github.com/GStreamer/gst-python.git
$ cd gst-python
$ git checkout 5343aeb
$ ./autogen.sh PYTHON=python3
$ ./configure PYTHON=python3
$ make
$ sudo make install
As I reach this instruction
./autogen.sh PYTHON=python3
I am getting the following errors and cannot continue. Thanks for any help you can provide!!
configure.ac:51: warning: The macro AC_PROG_CC_STDC' is obsolete. configure.ac:82: warning: The macro
AC_FD_CC’ is obsolete.
configure.ac:95: warning: The macro AC_TRY_CPP' is obsolete. configure.ac:100: warning: The macro
AC_HELP_STRING’ is obsolete.
configure.ac:130: warning: The macro AC_HELP_STRING' is obsolete. configure.ac:134: warning: The macro
AC_HELP_STRING’ is obsolete.
configure.ac:145: warning: AC_OUTPUT should be used without arguments.
configure: WARNING: unrecognized options: --enable-gtk-doc
configure.ac:47: error: required file ‘./ltmain.sh’ not found
configure: error: Python libs not found. Windows requires Python modules to be explicitly linked to libpython.
configure failed