Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) RTX4080
• DeepStream Version 7.0 using nvcr.io/nvidia/deepstream_v2:7.0-triton-multiarch
I have pyds installed in my conda environment using pip install pyds
.
But I have errors as follows.
When tested deepstream-test3, the errors are
AttributeError: module 'pyds' has no attribute 'gst_buffer_get_nvds_batch_meta'
When tested in deepstream-imagedata-multistream-redaction
, the errors is
AttributeError: module 'pyds' has no attribute 'NVBUF_MEM_CUDA_UNIFIED'
What could be wrong?