TensorRT 8.0.0 network installation issue

Description

The installation instructions Installation Guide :: NVIDIA Deep Learning TensorRT Documentation fail at
sudo apt-get install libnvinfer-dev libnvonnxparsers-dev libnvparsers-dev libnvinfer-plugin-dev
with

E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvinfer8_8.0.0-1+cuda11.3_amd64.deb  404  Not Found [IP: 152.199.20.126 80] 
E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvinfer-dev_8.0.0-1+cuda11.3_amd64.deb  404  Not Found [IP: 152.199.20.126 80]                                   
E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvinfer-plugin8_8.0.0-1+cuda11.3_amd64.deb  404  Not Found [IP: 152.199.20.126 80]                               
E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvinfer-plugin-dev_8.0.0-1+cuda11.3_amd64.deb  404  Not Found [IP: 152.199.20.126 80]                            
E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvonnxparsers8_8.0.0-1+cuda11.3_amd64.deb  404  Not Found [IP: 152.199.20.126 80]                                
E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvonnxparsers-dev_8.0.0-1+cuda11.3_amd64.deb  404  Not Found [IP: 152.199.20.126 80]                             
E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvparsers8_8.0.0-1+cuda11.3_amd64.deb  404  Not Found [IP: 152.199.20.126 80]                                    
E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvparsers-dev_8.0.0-1+cuda11.3_amd64.deb  404  Not Found [IP: 152.199.20.126 80]

A clean server was obtained with:
apt-get --purge remove "*cublas*" "*cufft*" "*curand*" "*cusolver*" "*cusparse*" "*npp*" "*nvjpeg*" "cuda*" "nsight*"
sudo apt-get --purge remove "*nvidia*"

CUDA is currently installed as per the prerequisites:
$ apt list cuda Listing... Done cuda/unknown,unknown,now 11.3.0-1 amd64 [installed]

Environment

TensorRT Version: 8.0.0
GPU Type: GeForce GTX 1080
Nvidia Driver Version: 465.19.01
CUDA Version: 11.3
CUDNN Version: –
Operating System + Version: Ubuntu1804

Steps To Reproduce

Clean machine:
apt-get --purge remove "*cublas*" "*cufft*" "*curand*" "*cusolver*" "*cusparse*" "*npp*" "*nvjpeg*" "cuda*" "nsight*"
sudo apt-get --purge remove "*nvidia*"
sudo apt-get -y autoremove
Install cuda
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin ; sudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-repository-pin-600 ; sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub ; sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /" ; sudo apt-get update ; sudo apt -y install cuda

sudo apt-get install libnvinfer8 libnvonnxparsers8 libnvparsers8 libnvinfer-plugin8

$ sudo apt-get install libnvinfer-dev libnvonnxparsers-dev libnvparsers-dev libnvinfer-plugin-dev [sudo] password for dario: Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libnvinfer-plugin8 libnvinfer8 libnvonnxparsers8 libnvparsers8 The following NEW packages will be installed: libnvinfer-dev libnvinfer-plugin-dev libnvinfer-plugin8 libnvinfer8 libnvonnxparsers-dev libnvonnxparsers8 libnvparsers-dev libnvparsers8 0 upgraded, 8 newly installed, 0 to remove and 94 not upgraded. Need to get 256 MB of archives. After this operation, 1,498 MB of additional disk space will be used. Do you want to continue? [Y/n] Ign:1 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvinfer8 8.0.0-1+cuda11.3 Ign:2 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvinfer-dev 8.0.0-1+cuda11.3 Ign:3 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvinfer-plugin8 8.0.0-1+cuda11.3 Ign:4 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvinfer-plugin-dev 8.0.0-1+cuda11.3 Ign:5 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvonnxparsers8 8.0.0-1+cuda11.3 Ign:6 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvonnxparsers-dev 8.0.0-1+cuda11.3 Ign:7 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvparsers8 8.0.0-1+cuda11.3 Ign:8 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvparsers-dev 8.0.0-1+cuda11.3 Err:1 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvinfer8 8.0.0-1+cuda11.3 404 Not Found [IP: 152.199.20.126 80] Err:2 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvinfer-dev 8.0.0-1+cuda11.3 404 Not Found [IP: 152.199.20.126 80] Err:3 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvinfer-plugin8 8.0.0-1+cuda11.3 404 Not Found [IP: 152.199.20.126 80] Err:4 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvinfer-plugin-dev 8.0.0-1+cuda11.3 404 Not Found [IP: 152.199.20.126 80] Err:5 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvonnxparsers8 8.0.0-1+cuda11.3 404 Not Found [IP: 152.199.20.126 80] Err:6 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvonnxparsers-dev 8.0.0-1+cuda11.3 404 Not Found [IP: 152.199.20.126 80] Err:7 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvparsers8 8.0.0-1+cuda11.3 404 Not Found [IP: 152.199.20.126 80] Err:8 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 libnvparsers-dev 8.0.0-1+cuda11.3 404 Not Found [IP: 152.199.20.126 80] E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvinfer8_8.0.0-1+cuda11.3_amd64.deb 404 Not Found [IP: 152.199.20.126 80] E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvinfer-dev_8.0.0-1+cuda11.3_amd64.deb 404 Not Found [IP: 152.199.20.126 80] E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvinfer-plugin8_8.0.0-1+cuda11.3_amd64.deb 404 Not Found [IP: 152.199.20.126 80] E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvinfer-plugin-dev_8.0.0-1+cuda11.3_amd64.deb 404 Not Found [IP: 152.199.20.126 80] E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvonnxparsers8_8.0.0-1+cuda11.3_amd64.deb 404 Not Found [IP: 152.199.20.126 80] E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvonnxparsers-dev_8.0.0-1+cuda11.3_amd64.deb 404 Not Found [IP: 152.199.20.126 80] E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvparsers8_8.0.0-1+cuda11.3_amd64.deb 404 Not Found [IP: 152.199.20.126 80] E: Failed to fetch http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/./libnvparsers-dev_8.0.0-1+cuda11.3_amd64.deb 404 Not Found [IP: 152.199.20.126 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Indeed there isn’t a libnvinfer8 in http developer.download.nvidia com/compute/cuda/repos/ubuntu1804/x86_64/

Shouldn’t there be? TensorRT8 supports Ubuntu1804

Indeed there isn’t a libnvinfer8 in http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/

Shouldn’t there be? TensorRT8 supports Ubuntu1804

Hi,
Please refer to the installation steps from the below link if in case you are missing on anything

Also, we suggest you to use TRT NGC containers to avoid any system dependency related issues.

Thanks!

Hi, thanks for the suggestion. I’m able to install it from the local installer

This is still a bug with the network installer:

I triple checked, and triple did, what the instructions indicate.

It seems clear:
There are libnvinfer8 in developer.download.nvidia com/compute/cuda/repos/ ubuntu2004/x86_64/

And there isn’t a libnvinfer8 in developer.download.nvidia com/compute/cuda/repos/ ubuntu1804/x86_64/

Likely an oversight.

Is this the proper place for bug reporting?

EDIT: “Your post was flagged by the community. Please see your messages.”
Nothing clarifying in my messages. What’s up?

Created bug report developer.nvidia com/nvidia_bug/3306980

Hi @wurmdario,

This looks like system dependency issue.
As you’ve already created the bug, we request you to stay tuned for the update.

Thank you.