I’m having this problem since two days, basically since I’m trying to install the Python apps (latest version for 7.0) on various platforms: Jetson Nano and dGPU.
python3 deepstream_test_1.py /opt/nvidia/deepstream/deepstream-7.0/samples/streams/sample_1080p_h264.mp4
Traceback (most recent call last):
File "/opt/nvidia/deepstream/deepstream-7.0/sources/deepstream_python_apps/apps/deepstream-test1/deepstream_test_1.py", line 26, in <module>
from common.platform_info import PlatformInfo
File "/opt/nvidia/deepstream/deepstream-7.0/sources/deepstream_python_apps/apps/deepstream-test1/../common/platform_info.py", line 21, in <module>
from cuda import cudart
ModuleNotFoundError: No module named 'cuda'
I haven’t found a solution yet. sudo pip3 install pycuda doesn’t help. I suppose it has to do with the new API for obtaining platform info (?)