NVIDIA / TensorRT

NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
https://developer.nvidia.com/tensorrt
Apache License 2.0
10.29k stars 2.09k forks source link

missing tensorrt_bindings for tensorrt 10.0.1 #3838

Open monellz opened 2 months ago

monellz commented 2 months ago

Description

I am trying to pip install tensorrt 10.0.1 but it reports ''ModuleNotFoundError: No module named 'tensorrt_bindings''' pip install tensorrt==10.0.1 then import tensorrt

In https://pypi.nvidia.com/tensorrt-bindings, there is no tensorrt_bindings==10.0.1.

Is it expected?

Environment

TensorRT Version: 10.0.1

NVIDIA GPU:

NVIDIA Driver Version:

CUDA Version: 12.1.1

CUDNN Version:

Operating System:

Python Version (if applicable):

Tensorflow Version (if applicable):

PyTorch Version (if applicable):

Baremetal or Container (if so, version):

Relevant Files

Model link:

Steps To Reproduce

Commands or scripts:

Have you tried the latest release?:

Can this model run on other frameworks? For example run ONNX model with ONNXRuntime (polygraphy run <model.onnx> --onnxrt):

monellz commented 2 months ago

fixed by pip install tensorrt_cu12_libs==10.0.1 tensorrt_cu12_bindings==10.0.1 tensorrt==10.0.1 --extra-index-url https://pypi.nvidia.com

orioninthesky98 commented 3 weeks ago

we shouldn't close this issue. pip install tensorrt should take care of dependencies properly. the user should not be expected to manually install these other libraries.

orioninthesky98 commented 3 weeks ago

can we re-open this issue?

monellz commented 3 weeks ago

can we re-open this issue?

ok