-
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
Can’t install TensorRT 8.6.1.6 from network repo #3774
Comments
NOTE:
|
I'm following the latest stable version documentation. The latest early access (v10) release documentation only states how to install v10. I notice a new big list of apt installs if you aren't using the latest supported CUDA. Despite using the latest supported CUDA for stable TRT, running the big list of apt installs (omitting the packages suffixed with '10') with Is this breaking change intended behavior? Can we rely on this new install method to work in the future? |
The same problem occurs when installing deepstream 6.4. This can be resolved by manually fixing the versions of all conflicting nvidia packages as @Hato1 has suggested. |
The best way to install tensorrt(py, cpp) , you load |
We recently corrected the documentation to list all packages that were available for TRT 8.6.1 in the 8.6 install guide. See https://docs.nvidia.com/deeplearning/tensorrt/archives/tensorrt-861/install-guide/index.html#maclearn-net-repo-install. The other option is as @lix19937 said, which is to use a local repo instead of the network repo. This issue is due to a limitation with
|
Description
Installing TensorRT 8.6.1.6 via the network repo no longer works. It used to as of sometime in March.
I found this related issue workaround that would probably work here: #1741 (comment)
Steps To Reproduce
I can reproduce this both on my system and several of the official CUDA containers. Here are the simplest repro steps:
Output:
The text was updated successfully, but these errors were encountered: