Installation of Deepstream 6.1.1 to Orin-AGX-Xavier L4T 35.1

Hi Team,

I Have tried to Install the Deepstream 6.1.1 SDK to Orin-AGX-Xavier Devkit of L4T 35.1

I have Followed below link to install all the Sources, Bindings and Dependencies:-

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html

But, I am getting this below Error:-

chaithra@chaithra-desktop:/opt/nvidia/deepstream/deepstream-6.1/sources/deepstream_python_apps/apps/deepstream-test1$ sudo python3 deepstream_test_1.py /opt/nvidia/deepstream/deepstream-6.1/sample/streams/sample_qHD.h264
Traceback (most recent call last):
File “deepstream_test_1.py”, line 25, in
from common.is_aarch_64 import is_aarch64
ModuleNotFoundError: No module named ‘common.is_aarch_64’

for this Have installed the “Build-essentials”, But Error is Same.

how to resolve this issue?

Have you installed python binding according to steps deepstream_python_apps/bindings at master · NVIDIA-AI-IOT/deepstream_python_apps · GitHub?

1 Like

Did your script include this line
sys.path.append(‘…/’)

1 Like

Hi,

I have followed the link and checked and installed the dependencies, but still the Error is Same, module not found error.

chaithra@chaithra-desktop:/opt/nvidia/deepstream/deepstream-5.1/sources/deepstream_python_apps/apps/deepstream-test1$ sudo python3 deepstream_test_1.py /opt/nvidia/deepstream/deepstream-5.1/sample/streams/sample_qHD.h264
Traceback (most recent call last):
File “deepstream_test_1.py”, line 25, in
from common.is_aarch_64 import is_aarch64
ModuleNotFoundError: No module named ‘common.is_aarch_64’

Yes, the python Script has sys.path.append(‘…/’) line.

Did the file ../common/is_aarch_64.py exist?

yes, …/common/is_aarch_64.py is there

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