Do Deepstream 6.0 supports Python 3.8?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 495.46
• Issue Type( questions, new requirements, bugs) Question
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,
Does Deepstream 6.0 support Python 3.8 or newer?
Can we use Python 3.8 with Deepstream 6.0 SDK, TensorRT and Triton Inference Server?

According to the following links, it seems that Deepstream 6.0 officially supports Python 3.8:

However, according to the following link, it seems that Python 3.6 is still the recommended version to use:

Can you please clarify which Python versions are supported by the newest Deepstream SDK? Can you provide details on whether a Python version greater than 3.6 is supported, and is there a plan/timeline for it that you can share?
According to PEP 494, Python version 3.6 has recently reached end of life. So it is important to us to use a newer version.

Please refer to deepstream_python_apps/bindings at master · NVIDIA-AI-IOT/deepstream_python_apps · GitHub

dGPU+x86 platform & Triton docker ==> ubuntu 20.04 ===> use python3.8
dGPU+x86 platform & non-Triton docker ==> ubuntu 18.04 ==> use python 3.6
Jetson ==> ubuntu 18.04 ==> use python 3.6

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