Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing tensorrt_bindings for tensorrt 10.0.1 #3838

Open
monellz opened this issue May 3, 2024 · 7 comments
Open

missing tensorrt_bindings for tensorrt 10.0.1 #3838

monellz opened this issue May 3, 2024 · 7 comments

Comments

@monellz
Copy link

monellz commented May 3, 2024

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
Copy link
Author

monellz commented May 3, 2024

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

@monellz monellz closed this as completed May 3, 2024
@orioninthesky98
Copy link

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
Copy link

can we re-open this issue?

@monellz
Copy link
Author

monellz commented Jun 26, 2024

can we re-open this issue?

ok

@monellz monellz reopened this Jun 26, 2024
@D1-3105
Copy link

D1-3105 commented Aug 28, 2024

Any updates here? Faced the same issue

@laclouis5
Copy link

What is the status on this issue please? This does not appear to be solved with Tensorrt version 10.6.0.

Note that pip install tensorrt-bindings does not seem to work, one must explicitly install tensorrt-cu12-bindings.

@magni-optitog
Copy link

Status? Dealing with the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants