How to import tensorrt in python on jetson nx

Hi,

The ARM SBSA package cannot be used on Jetson.
Please try the below to set up the Python TensorRT package.

  1. Reflash and install all the pacakge from JetPack 5.1.1.
  2. Install Python TensorRT via apt:
$ sudo apt install python3-libnvinfer*

Thanks.

1 Like