tensorRT 7 installation on TX2i

Hello,

I want to install tensorRT 7 on TX2i. Currently I have installed the cuda10.2.
I am unable to install TensorRT 7 on my Tx2i by attaching the file with the error message.

error tensort 7 (3.4 KB)

procomm@procomm-desktop:~$ python3 -m pip install --upgrade nvidia-tensorrt
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting nvidia-tensorrt
  Downloading nvidia-tensorrt-0.0.1.dev4.tar.gz (3.8 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cvvtv2_4/nvidia-tensorrt_0ceecf51fae94981abca44ca785e1c00/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cvvtv2_4/nvidia-tensorrt_0ceecf51fae94981abca44ca785e1c00/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-mk1o9x0o
         cwd: /tmp/pip-install-cvvtv2_4/nvidia-tensorrt_0ceecf51fae94981abca44ca785e1c00/
    Complete output (15 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-cvvtv2_4/nvidia-tensorrt_0ceecf51fae94981abca44ca785e1c00/setup.py", line 150, in <module>
        raise RuntimeError(open("ERROR.txt", "r").read())
    RuntimeError:
    ###########################################################################################
    The package you are trying to install is only a placeholder project on PyPI.org repository.
    This package is hosted on NVIDIA Python Package Index.
    
    This package can be installed as:
    ```
    $ pip install nvidia-pyindex
    $ pip install nvidia-tensorrt
    ```
    ###########################################################################################
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/bf/88/324f19e3cc94c98421072c591ccd8170e0286d818a372eb38d45cc631119/nvidia-tensorrt-0.0.1.dev4.tar.gz#sha256=70f7ce9661852730482e51470f026d12149e53ad61acdf3d79cb5874d3cf677b (from https://pypi.org/simple/nvidia-tensorrt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement nvidia-tensorrt
ERROR: No matching distribution found for nvidia-tensorrt
procomm@procomm-desktop:~$ 

What must be done to make it work?
thank you in advance for your help
Regards
Mr Owczarek

Hi,

Jetson package is integrated into the JetPack.
Please download the package from SDK manager rather than pip.

Thanks.

Hello,

Thank you for the information.
On the TX2 I use SDK manager to install Cuda, computer vision.
How do I get Tensor RT 7 on SDK manager?
Where should you go to charge sensor RT7?

Regards
Mr Owczarek

Hi,

TensorRT is also included in SDK manager.
You can find it in to CUDA-X AI section.

Thanks.