I installed image to micro sd card for my jetson orin nano today by this link https://developer.nvidia.com/embedded/learn/get-started-jetson-orin-nano-devkit#write. After the first boost, I check version of jetpack and it shows 5.1.2-b104, but I cann’t import tensorrt as shown in the attached figure. I am confuse because this document mention that " JetPack 5.1.2 includes TensorRT 8.5.2" https://developer.nvidia.com/embedded/jetpack.
Hi,
This looks like a Jetson issue. Please refer to the below samples in case useful.
For any further assistance, we will move this post to to Jetson related forum.
Thanks!
Hi,
Could you check it again?
TensorRT can be imported without issue in our environment.
$ cat /etc/nv_tegra_release
# R35 (release), REVISION: 4.1, GCID: 33958178, BOARD: t186ref, EABI: aarch64, DATE: Tue Aug 1 19:57:35 UTC 2023
$ python3
Python 3.8.10 (default, May 26 2023, 14:05:08)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorrt
>>> tensorrt.__version__
'8.5.2.2'
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.