Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Nano
• DeepStream Version 6.0.1
• JetPack Version (valid for Jetson only) 4.6.1
• TensorRT Version 8.2.1-1+cuda10.2
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• 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)
I have followed the guide to install Deepstream Python Apps. When running the deepstream_test_1.py the follow Error occurs:
Traceback (most recent call last):
File “deepstream_test_1.py”, line 26, in
from common.platform_info import PlatformInfo
File “…/common/platform_info.py”, line 21, in
from cuda import cudart
ModuleNotFoundError: No module named ‘cuda’
After that I tried: pip3 install cuda-python
But the follow issue occurs:
Collecting cuda-python
Could not find a version that satisfies the requirement cuda-python (from versions: )
No matching distribution found for cuda-python
Note: The deepstream_test_1 “c” version is running ok.