Goal
Use Python3.8 to implement TensorRT on Jetson Device
Describe
According to JetPack v4.6, as we can see, it could support TensorRT v8.0.1 already.

On Amd64, we can know that TensorRTv8.0.1 can work on Python3.8. Ref
Unfortunately, the JetPack v4.6 was still using Python3.6; hence, I manually installed Python3.8 to try.
Problem
I tried to copy TensorRT from Python3.6, but obviously it cannot work because of complied issue.

Env
- Device: AGX Xavier
- JetPack v4.6
- Python 3.6 / 3.8
- TensorRT 8.0.1
Goal
Use Python3.8 to implement TensorRT on Jetson Device
Describe
According to
JetPack v4.6, as we can see, it could supportTensorRT v8.0.1already.On Amd64, we can know that
TensorRTv8.0.1can work on Python3.8. RefUnfortunately, the JetPack v4.6 was still using Python3.6; hence, I manually installed
Python3.8to try.Problem
I tried to copy TensorRT from Python3.6, but obviously it cannot work because of complied issue.
Env