No module named ‘cuda’,with pip3 install cuda-python,its error:‘GstNvStreamMux’ object has no attribute ‘request_pad_simple’

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.3-gc-triton-devel
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.5
• NVIDIA GPU Driver Version (valid for GPU only) 550.142
• Issue Type( questions, new requirements, bugs)

After I installed deepstream-python using./user_deepstream_python_apps_install.sh --version 1.1.8, When I run python3 deepstream_test_3. Py -i file:///xxxxxxxx/xxxx/sample_1080p_h264.mp4, error No module named 'cuda', I according to
no-modle-named-cuda
pip3install cuda-python and keep running, error 'GstNvStreamMux' object has no attribute 'request_pad_simple' like this topic,
pip3 install cuda-python and then./user_deepstream_python_apps_install.sh --version 1.1.8, Also error ‘GstNvStreamMux’ object has no attribute ‘request_pad_simple’

When I download directly from github and execute
Cp deepstream_python_apps - 1.1.8. Zip/opt/nvidia/deepstream deepstream/sources
unzip deepstream_python_apps-1.1.8.zip
mv deepstream_python_apps-1.1.8 deepstream_python_apps
pip3 install pyds-1.1.8-py3-none-linux_x86_64.whl

These steps to install deepstream-python instead of using a script file can be run, do I have problems installing this way?

It should be you pulled the latest version of deepstream_python_apps, but used the v1.1.8 pyds wheel package.

 rm -rf /opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/

./user_deepstream_python_apps_install.sh -b -r v1.1.8 

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