Deepstream app test python failed to create pipeline

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) jetson xavier nx : PE1000N
• DeepStream Version : 6.2
• JetPack Version (valid for Jetson only) : 5.1.1 L4T[35.3.1]
• TensorRT Version : 8.5.2.2
• NVIDIA GPU Driver Version (valid for GPU only) x
• Issue Type( questions, new requirements, bugs) : Execution error
• 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) : text for code
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description) : deepstream

Hello. I’m trying the “topic”, this one. $ ./autogen.sh PYTHON=python3 while installing gst-python to meet prerequisites
gives the following error: what should i do :( ???

insung@ubuntu:~/gst-python$ ./autogen.sh PYTHON=python3

  • passing argument PYTHON=python3 to configure

  • options passed to configure: PYTHON=python3

  • check for build tools

checking for autoreconf …

/usr/bin/autoreconf

checking for pkg-config …

/usr/bin/pkg-config

libtoolize: putting auxiliary files in ‘.’.

libtoolize: copying file ‘./ltmain.sh’

libtoolize: putting macros in ‘m4’.

libtoolize: copying file ‘m4/libtool.m4’

libtoolize: copying file ‘m4/ltoptions.m4’

libtoolize: copying file ‘m4/ltsugar.m4’

libtoolize: copying file ‘m4/ltversion.m4’

libtoolize: copying file ‘m4/lt~obsolete.m4’

libtoolize: Consider adding ‘AC_CONFIG_MACRO_DIRS([m4])’ to configure.ac,

libtoolize: and rerunning libtoolize and aclocal.

configure.ac:47: installing ‘./compile’

configure.ac:13: installing ‘./missing’

gi/overrides/Makefile.am: installing ‘./depcomp’

plugin/Makefile.am:3: warning: ‘INCLUDES’ is the old name for ‘AM_CPPFLAGS’ (or ‘*_CPPFLAGS’)

  • running configure …

default flags: --enable-maintainer-mode --enable-gtk-doc

external flags: PYTHON=python3

./configure --enable-maintainer-mode --enable-gtk-doc PYTHON=python3

configure: WARNING: unrecognized options: --enable-gtk-doc

checking build system type… aarch64-unknown-linux-gnu

checking host system type… aarch64-unknown-linux-gnu

checking target system type… aarch64-unknown-linux-gnu

checking for a BSD-compatible install… /usr/bin/install -c

checking whether build environment is sane… yes

checking for a thread-safe mkdir -p… /usr/bin/mkdir -p

checking for gawk… no

checking for mawk… mawk

checking whether make sets $(MAKE)… yes

checking whether make supports nested variables… yes

checking whether UID ‘1000’ is supported by ustar format… yes

checking whether GID ‘1000’ is supported by ustar format… yes

checking how to create a ustar tar archive… gnutar

checking nano version… 0 (release)

checking whether to enable maintainer-specific portions of Makefiles… yes

checking whether make supports nested variables… (cached) yes

checking how to print strings… printf

checking whether make supports the include directive… yes (GNU style)

checking for gcc… gcc

checking whether the C compiler works… yes

checking for C compiler default output file name… a.out

checking for suffix of executables…

checking whether we are cross compiling… no

checking for suffix of object files… o

checking whether we are using the GNU C compiler… yes

checking whether gcc accepts -g… yes

checking for gcc option to accept ISO C89… none needed

checking whether gcc understands -c and -o together… yes

checking dependency style of gcc… gcc3

checking for a sed that does not truncate output… /usr/bin/sed

checking for grep that handles long lines and -e… /usr/bin/grep

checking for egrep… /usr/bin/grep -E

checking for fgrep… /usr/bin/grep -F

checking for ld used by gcc… /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld… yes

checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface… BSD nm

checking whether ln -s works… yes

checking the maximum length of command line arguments… 1572864

checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format… func_convert_file_noop

checking how to convert aarch64-unknown-linux-gnu file names to toolchain format… func_convert_file_noop

checking for /usr/bin/ld option to reload object files… -r

checking for objdump… objdump

checking how to recognize dependent libraries… pass_all

checking for dlltool… no

checking how to associate runtime and link libraries… printf %s\n

checking for ar… ar

checking for archiver @FILE support… @

checking for strip… strip

checking for ranlib… ranlib

checking command to parse /usr/bin/nm -B output from gcc object… ok

checking for sysroot… no

checking for a working dd… /usr/bin/dd

checking how to truncate binary pipes… /usr/bin/dd bs=4096 count=1

checking for mt… mt

checking if mt is a manifest tool… no

checking how to run the C preprocessor… gcc -E

checking for ANSI C header files… yes

checking for sys/types.h… yes

checking for sys/stat.h… yes

checking for stdlib.h… yes

checking for string.h… yes

checking for memory.h… yes

checking for strings.h… yes

checking for inttypes.h… yes

checking for stdint.h… yes

checking for unistd.h… yes

checking for dlfcn.h… yes

checking for objdir… .libs

checking if gcc supports -fno-rtti -fno-exceptions… no

checking for gcc option to produce PIC… -fPIC -DPIC

checking if gcc PIC flag -fPIC -DPIC works… yes

checking if gcc static flag -static works… yes

checking if gcc supports -c -o file.o… yes

checking if gcc supports -c -o file.o… (cached) yes

checking whether the gcc linker (/usr/bin/ld) supports shared libraries… yes

checking whether -lc should be explicitly linked in… no

checking dynamic linker characteristics… GNU/Linux ld.so

checking how to hardcode library paths into programs… immediate

checking for shl_load… no

checking for shl_load in -ldld… no

checking for dlopen… no

checking for dlopen in -ldl… yes

checking whether a program can dlopen itself… yes

checking whether a statically linked program can dlopen itself… no

checking whether stripping libraries is possible… yes

checking if libtool supports shared libraries… yes

checking whether to build shared libraries… yes

checking whether to build static libraries… no

checking for gcc… (cached) gcc

checking whether we are using the GNU C compiler… (cached) yes

checking whether gcc accepts -g… (cached) yes

checking for gcc option to accept ISO C89… (cached) none needed

checking whether gcc understands -c and -o together… (cached) yes

checking dependency style of gcc… (cached) gcc3

checking for gcc option to accept ISO C99… none needed

checking for gcc option to accept ISO Standard C… (cached) none needed

checking for python version… 3.8

checking for python platform… linux

checking for python script directory… ${prefix}/lib/python3.8/site-packages

checking for python extension module directory… ${exec_prefix}/lib/python3.8/site-packages

checking for python >= 2.7… checking for pkg-config… /usr/bin/pkg-config

checking pkg-config is at least version 0.9.0… yes

checking for GST… yes

checking for PYGOBJECT… yes

okay

checking for headers required to compile python extensions… found

checking for pygobject overrides directory… ${exec_prefix}/lib/python3.8/site-packages/gi/overrides

checking for GST… yes

configure: Using /usr/local/lib/gstreamer-1.0 as the plugin install location

checking for PYGOBJECT… yes

checking for libraries required to embed python… no

configure: error: Python libs not found. Windows requires Python modules to be explicitly linked to libpython.

configure failed

It’s your system problem.
try reinstall python-dev

sudo apt remove libpython3.x-dev // x is version which you installed
sudo apt install libpython3.8-dev

If it doesn’t work, reinstall the system

I followed your advice and ran sudo apt remove libpython3.8-dev, but when I type sudo apt install libpython3.8-dev it prints {package ‘libpython3.8-dev’ has no installation candidate}.

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

Is your os ubuntu 20.04 ?

try

sudo apt-get update
sudo apt-get upgrade
sudo apt install python3-pip

then reinstall libpython3.8-dev

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