Describe the bug When I install pycuda and run 'import pycuda.autoinit'. and the terminal shows that " from pycuda.compyte.dtypes import ( # noqa: F401 ModuleNotFoundError: No module named 'pycuda.compyte' " To Reproduce Steps to reproduce the behavior: install pycuda 'import pycuda.a...
(deepNN) agxxavier@agxxavier-desktop:~/tensorrtx/yolov5$ python yolov5_trt.py Traceback (most recent call last): File "yolov5_trt.py", line 13, in <module> import pycuda.autoinit ModuleNotFoundError: No module named 'pycuda' pip3 install pycuda ...