Qengineering / Jetson-Nano-Ubuntu-20-image

Jetson Nano with Ubuntu 20.04 image
https://qengineering.eu/install-ubuntu-20.04-on-jetson-nano.html
BSD 3-Clause "New" or "Revised" License
646 stars 70 forks source link

No module named 'tensorrt' when installing torch2trt #86

Open MarkHmnv opened 2 months ago

MarkHmnv commented 2 months ago

Hi, I want to install the library torch2trt. But I get the error ModuleNotFoundError: No module named 'tensorrt' after the command:

sudo python3 setup.py install

However, tensorrt-8.0.1.6 is already installed in this image, so I don't quite understand the reason for the error