Attribute error : No module name Pyds.
and after installation of pyds using pip3 then getting error like.
Traceback (most recent call last):
File "deepstream_test_2.py", line 61, in osd_sink_pad_buffer_probe
batch_meta = pyds.gst_buffer_get_nvds_batch_meta(hash(gst_buffer))
AttributeError: module 'pyds' has no attribute 'gst_buffer_get_nvds_batch_meta'
please help me where I am wrong.
thanks.