Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) = Tesla T4
• DeepStream Version = 6.1.1
• CUDA Version = 11.7
• JetPack Version (valid for Jetson only)
• TensorRT Version = 8.4.1.5
• NVIDIA GPU Driver Version (valid for GPU only) = 515.65.01
• Issue Type( questions, new requirements, bugs)
TensorRT and DeepStream installation fails.
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
By installing DeepStream6.1.1; following the documentation.
TensorRT installation terminal output:
sudo apt-get install libnvinfer8=8.4.1-1+cuda11.6 libnvinfer-plugin8=8.4.1-1+cuda11.6 libnvparsers8=8.4.1-1+cuda11.6 \
> libnvonnxparsers8=8.4.1-1+cuda11.6 libnvinfer-bin=8.4.1-1+cuda11.6 libnvinfer-dev=8.4.1-1+cuda11.6 \
> libnvinfer-plugin-dev=8.4.1-1+cuda11.6 libnvparsers-dev=8.4.1-1+cuda11.6 libnvonnxparsers-dev=8.4.1-1+cuda11.6 \
> libnvinfer-samples=8.4.1-1+cuda11.6 libcudnn8=8.4.1.50-1+cuda11.6 libcudnn8-dev=8.4.1.50-1+cuda11.6 \
> python3-libnvinfer=8.4.1-1+cuda11.6 python3-libnvinfer-dev=8.4.1-1+cuda11.6
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libnvinfer8
E: Unable to locate package libnvinfer-plugin8
E: Unable to locate package libnvparsers8
E: Unable to locate package libnvonnxparsers8
E: Unable to locate package libnvinfer-bin
E: Unable to locate package libnvinfer-dev
E: Unable to locate package libnvinfer-plugin-dev
E: Unable to locate package libnvparsers-dev
E: Unable to locate package libnvonnxparsers-dev
E: Unable to locate package libnvinfer-samples
E: Unable to locate package libcudnn8
E: Unable to locate package libcudnn8-dev
E: Unable to locate package python3-libnvinfer
E: Unable to locate package python3-libnvinfer-dev
DeepStream installation terminal output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'deepstream-6.1' instead of './deepstream-6.1_6.1.1-1_amd64.deb'
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:
deepstream-6.1 : Depends: cuda-cudart-11-7 but it is not installable
Depends: cuda-cudart-dev-11-7 but it is not installable
Depends: libnpp-11-7 but it is not installable
Depends: libnpp-dev-11-7 but it is not installable
Depends: libnvinfer8 (>= 8.0.0) but it is not installable
Depends: libnvinfer-dev (>= 8.0.0) but it is not installable
Depends: libnvparsers8 (>= 8.0.0) but it is not installable
Depends: libnvparsers-dev (>= 8.0.0) but it is not installable
Depends: libnvonnxparsers8 (>= 8.0.0) but it is not installable
Depends: libnvonnxparsers-dev (>= 8.0.0) but it is not installable
Depends: libnvinfer-plugin8 (>= 8.0.0) but it is not installable
Depends: libnvinfer-plugin-dev (>= 8.0.0) but it is not installable
E: Unable to correct problems, you have held broken packages.