Hi
While installing TensorRT-4, using debian file, on x86 platform, with Ubuntu 16.04, I follow the procedure given
sudo dpkg -i
nv-tensorrt-repo-ubuntu1604-cuda8.0-rc-trt4.0.0.3-20180329_1-1_amd64.deb
sudo apt-get update
sudo apt-get install tensorrt
however at the sudo apt-get install tensorrt step, I get this error
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
tensorrt : Depends: libnvinfer4 (>= 4.1.0) but it is not going to be installed
Depends: libnvinfer-dev (>= 4.1.0) but it is not going to be installed
Depends: libnvinfer-samples (>= 4.1.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
and on running command, sudo apt-get install libnvinfer4, I get the following error
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libnvinfer4 : Depends: cuda-cublas-9-0 but it is not installable
E: Unable to correct problems, you have held broken packages.
However, I am unable to understand why the debian file for Cuda-8 is requiring Cuda-9 libs (i.e. cuda-cublas-9-0) ??