-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Comments
fixed by |
we shouldn't close this issue. |
can we re-open this issue? |
ok |
Any updates here? Faced the same issue |
What is the status on this issue please? This does not appear to be solved with Tensorrt version 10.6.0. Note that |
Status? Dealing with the same issue. |
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
thenimport 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
):The text was updated successfully, but these errors were encountered: