ModuleNotFoundError: No module named 'pyds'

• Hardware Platform (Jetson / GPU) GPU RTX 2080ti
• DeepStream Version 6.0
**• Ubuntu 18.04 python 3.8

After pull deepstream:6.0-triton image from nvidia ngc. I set up python for this image by run ./docker_python_setup.sh (echo 3 - to install python3.8)
However, to run sample python deepstream test 1 app. i got bellow error.

Traceback (most recent call last):
  File "deepstream_test_1.py", line 28, in <module>
    import pyds
ModuleNotFoundError: No module named 'pyds'

I found an instriction from deepstream FAQ.
How do i get .whl file for pyds (python3.8)?
Thanks.

solve. All installation step is in deepstream python app (github)

Glad to know issue resolved.

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