Description
I am trying to run deepstream-test1
from the deepstream_python_apps
repository. I followed the instructions link to set up the Python bindings.
When running the script , I encountered the following error:
sudo python3 deepstream_test_1.py <video_path>
AttributeError: module ‘pyds’ has no attribute ‘gst_buffer_get_nvds_batch_meta’
I have attached the full error log file for reference.
I found similar problems in forum, but versions were different.
I am using Deepstream 7.1.0 , jetpack 6.1
Environment
**TensorRT Version: 10.3.0.30
GPU Type: Jetson Orin NX
Nvidia Driver Version: NVIDIA UNIX Open Kernel Module for aarch64 540.4.0
CUDA Version: 12.6
CUDNN Version: 9.0
Operating System + Version: Ubuntu 22.04
**Python Version **: 3.10.12
Baremetal or Container: Baremetal
Relevant Files
deepstream_error_log.txt (155.1 KB)