# Possibility of pip installing tensorrt-libs and tensorrt-bindings 8.6.2.3

**URL:** https://forums.developer.nvidia.com/t/possibility-of-pip-installing-tensorrt-libs-and-tensorrt-bindings-8-6-2-3/306966
**Category:** Jetson Orin NX
**Tags:** jetson-inference, tensorrt
**Created:** [September 16, 2024, 6:26pm UTC](https://forums.developer.nvidia.com/t/possibility-of-pip-installing-tensorrt-libs-and-tensorrt-bindings-8-6-2-3/306966 "2024-09-16T18:26:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![rjayanth](https://developer.download.nvidia.com/images/forums/profile-default-devtalk-84.png) [@rjayanth](https://forums.developer.nvidia.com/u/rjayanth)
#### Post date: [September 16, 2024, 6:26pm UTC](https://forums.developer.nvidia.com/t/possibility-of-pip-installing-tensorrt-libs-and-tensorrt-bindings-8-6-2-3/306966/1 "2024-09-16T18:26:37Z")

</div>

Hi,

I currently have installed jetpack6 on my jetson nano. I have tensorrt 8.6.2.3 installed but not tensorrt-libs and tensorrt-bindings (8.6.2.3). I believe I need these packages to build and execute engine files. I wanted to ask if there is any pip support to download these packages, and if not, if there is any other method to do so.

I appreciate your time and help with this.

Thank you.

---

<div class="post-metadata">

### Author: ![AastaLLL](https://sea2.discourse-cdn.com/nvidia/user_avatar/forums.developer.nvidia.com/aastalll/32/14043_2.png) [@AastaLLL](https://forums.developer.nvidia.com/u/AastaLLL)
#### Post date: [September 18, 2024, 5:12am UTC](https://forums.developer.nvidia.com/t/possibility-of-pip-installing-tensorrt-libs-and-tensorrt-bindings-8-6-2-3/306966/3 "2024-09-18T05:12:05Z")

</div>

Hi,

TensorRT python library should be installed from JetPack by default.  
Please check if you have the `nvidia-tensorrt` meta package installed.

```auto
$ apt show nvidia-tensorrt
Package: nvidia-tensorrt
Version: 6.0+b106
Priority: standard
Section: metapackages
Source: nvidia-tensorrt (6.0)
Maintainer: NVIDIA Corporation
Installed-Size: 205 kB
Depends: tensorrt-libs (= 8.6.2.3-1+cuda12.2)
Conflicts: libnvinfer-plugin6, libnvinfer-plugin7, libnvinfer6, libnvinfer7, libnvonnxparsers6, libnvonnxparsers7, libnvparsers6, libnvparsers7, python-libnvinfer
Homepage: http://developer.nvidia.com/jetson
Download-Size: 27.2 kB
APT-Manual-Installed: no
APT-Sources: https://repo.download.nvidia.com/jetson/common r36.3/main arm64 Packages
Description: NVIDIA TensorRT Meta Package

N: There is 1 additional record. Please use the '-a' switch to see it

```

If not, please install it with `sudo apt install nvidia-tensorrt`.  
Then you can verify TensorRT python library installation with the following:

```auto
$ python3
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorrt as trt
>>> trt. __version__'8.6.2'

```

Thanks.

---

<div class="post-metadata">

### Author: ![rjayanth](https://developer.download.nvidia.com/images/forums/profile-default-devtalk-84.png) [@rjayanth](https://forums.developer.nvidia.com/u/rjayanth)
#### Post date: [September 18, 2024, 1:21pm UTC](https://forums.developer.nvidia.com/t/possibility-of-pip-installing-tensorrt-libs-and-tensorrt-bindings-8-6-2-3/306966/4 "2024-09-18T13:21:25Z")

</div>

Hi AastaLLL,

Thanks so much for your response.

I tried pip installing nvidia-tensorrt but got this error -

 ![image](https://global.discourse-cdn.com/nvidia/original/4X/3/1/7/31741acad6346a03c72423af05176d3a837d7261.png)

Additionally, can you check pip list in the same environment and check if you have tensorrt-libs and tensorrt-bindings installed? I believe these missing packages are the reason I cannot import tensorrt.

 ![image](https://global.discourse-cdn.com/nvidia/original/4X/2/4/3/243b49c5393bfe71b1db826e14928ab0f336e9cf.png)

Appreciate your guidance here.

Thanks,

---

<div class="post-metadata">

### Author: ![AastaLLL](https://sea2.discourse-cdn.com/nvidia/user_avatar/forums.developer.nvidia.com/aastalll/32/14043_2.png) [@AastaLLL](https://forums.developer.nvidia.com/u/AastaLLL)
#### Post date: [September 19, 2024, 7:33am UTC](https://forums.developer.nvidia.com/t/possibility-of-pip-installing-tensorrt-libs-and-tensorrt-bindings-8-6-2-3/306966/5 "2024-09-19T07:33:19Z")

</div>

Hi,

Please try to install the nvidia-l4t-dla-compiler package from the below link to fix the issue:  
[https://repo.download.nvidia.com/jetson](https://repo.download.nvidia.com/jetson)

Thanks.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/nvidia/user_avatar/forums.developer.nvidia.com/system/32/68080_2.png) [@system](https://forums.developer.nvidia.com/u/system)
#### Post date: [October 9, 2024, 7:00am UTC](https://forums.developer.nvidia.com/t/possibility-of-pip-installing-tensorrt-libs-and-tensorrt-bindings-8-6-2-3/306966/7 "2024-10-09T07:00:50Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
