'pyds' has no attribute 'NVBUF_MEM_CUDA_UNIFIED'

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?

Just pip install is not enough, you need to install the corresponding dependencies

/opt/nvidia/deepstream/deepstream/user_deepstream_python_apps_install.sh --build-bindings -r master

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