Deepstream - python 6.0.1 - gst-python setup (original) (raw)
April 28, 2025, 11:13am 1
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Orin Nano
• DeepStream Version 6.0.1
• JetPack Version (valid for Jetson only) 4.6.1
• TensorRT Version 8.2.1.8
I am using the Deepsream docker image nvcr.io/nvidia/deepstream-l4t:6.0.1-samples
, inside the docker image, i am setting up the deepstream-python apps using this repo - GitHub - NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications
We have to use v1.1.1
tag which is suitable for jetpak 4.6.1 and the deepstream 6.0.1.
In that, HOWTO.md
the instruction are given to gstreamer python
When following this instruction, I am facing the issue that is not installed as it throwing error bash: ./configure: No such file or directory
for this command ./configure PYTHON=python3
and also there is no Makefile.
Then, I followed to do the bindings for it the Authors have given separate REDEME.md
file, I followed the steps given, →
when Installing the generated wheel, it shows it is not supported -ERROR: pyds-1.1.1-py3-none-linux_x86_64.whl is not a supported wheel on this platform.
Could you please help me by explaining why it occurs and how to solve this error,
thanks
Please refer to this topic
Pay special attention to
cmake .. -DPYTHON_MAJOR_VERSION=3 -DPYTHON_MINOR_VERSION=8 \
-DPIP_PLATFORM=linux_aarch64 -DDS_PATH=/opt/nvidia/deepstream/deepstream-6.0/