Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) NVIDIA T400 4GB
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only) NA
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 560
• Issue Type( questions, new requirements, bugs)
when running below command i am getting error
python3 deepstream_test_1.py /opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4
Traceback (most recent call last):
File “/opt/nvidia/deepstream/deepstream-7.1/sources/deepstream_python_apps/apps/deepstream-test1/deepstream_test_1.py”, line 26, in
from common.platform_info import PlatformInfo
File “/opt/nvidia/deepstream/deepstream-7.1/sources/deepstream_python_apps/apps/deepstream-test1/../common/platform_info.py”, line 21, in
from cuda import cudart
ImportError: cannot import name ‘cudart’ from ‘cuda’ (unknown location)
• 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)
i am following instructions from below link
docker pull nvcr.io/nvidia/deepstream:7.1-gc-triton-devel
in side docker shell
i run following script
FROM nvcr.io/nvidia/deepstream:7.1-gc-triton-devel
RUN apt-get update && apt-get install -y python3-pip
RUN pip3 install cuda-python
WORKDIR /opt/nvidia/deepstream/deepstream
RUN ./user_deepstream_python_apps_install.sh --build-bindings -r v1.2.0
WORKDIR /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/apps/deepstream-test1
CMD [“python3”, “deepstream_test_1.py”, “/opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4”]
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)