How to install tensorRT in Conda env for Orin NX

Hey,
trying to install tensorrt in a conda env on Orin NX. Facing issues with adding the NVIDIA repo key and in the installation.I am looking to install just the python library.

Environment

Platform: Orin NX
Jetpack: 5.1 which includes CUDA 11.4, TensorRT 8.5.2, cuDNN 8.6.0 and VPI 2.2
Python: 3.8
Running this in a conda env.

Steps To Reproduce

Tried adding the NVIDIA Repo key before running the installation commands:
“wget https://developer.download.nvidia.com/embedded/L4T/r32_Release_v6.1/jetson-ota-public.asc
–2023-10-06 16:38:55-- https://developer.download.nvidia.com/embedded/L4T/r32_Release_v6.1/jetson-ota-public.asc
Resolving developer.download.nvidia.com (developer.download.nvidia.com)… 152.199.39.144
Connecting to developer.download.nvidia.com (developer.download.nvidia.com)|152.199.39.144|:443… connected.
HTTP request sent, awaiting response… 404 Not Found
2023-10-06 16:38:56 ERROR 404: Not Found.”

The commands i tried(won’t work till the key related issue is sorted):
“pip3 install nvidia-tensort” and “pip3 install tensort-libs”

Got similar outputs for both:
"Looking in indexes: Simple index, https://pypi.ngc.nvidia.com
ERROR: Could not find a version that satisfies the requirement nvidia-tensort (from versions: none)
ERROR: No matching distribution found for nvidia-tensort
"
"Looking in indexes: Simple index, https://pypi.ngc.nvidia.com
ERROR: Could not find a version that satisfies the requirement tensort-libs (from versions: none)
ERROR: No matching distribution found for tensort-libs
"

Hi @surajsingh52 ,
Moving the issue to Jetson Forum for better support.

Thanks

Duplicate to topic 269113:

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