I am trying to run the sample tensorflow python code /usr/src/tensorrt/samples/python . Though I was able to import pyCuda , my tensorrt import is failing. any ideas ?
I did see someone else having similar issue and the question was that is there a folder /usr/src/tensorrt . I have the folder but I am not sure what to look for.
New to Nivida nano .
The error message is as follows when:
ModuleNotFoundError Traceback (most recent call last)
in
3 import pycuda.autoinit
4
----> 5 import tensorrt as trt
ModuleNotFoundError: No module named ‘tensorrt’
Import tensorflow worked as I was able to run the model.py.
thanks