Package dependency issue with 4.6.3 nvidia-container-csv-tensorrt

On upgrade to using JetsonLinux r32.7.3 and Jetpack 4.6.3, I’m getting the following failure when attempting to install apt install

sudo apt -y install nvidia-jetpack
sudo apt -y install nvidia-container-csv-cuda nvidia-container-csv-cudnn nvidia-container-csv-tensorrt


The following packages have unmet dependencies:
 nvidia-container-csv-tensorrt : Depends: tensorrt (= 8.2.1.8-1+cuda10.2) but 8.2.1.9-1+cuda10.2 is to be installed
E: Unable to correct problems, you have held broken packages.

It seems like with jetpack 4.6.3,

  • nvidia-tensorrt goes to 4.6.3-b17, which brings in dependency on tensorrt (= 8.2.1.9-1+cuda10.2). This is an update on tensorrt (from the previous 8.2.1.8-1+cuda10.2 version)
  • This version of tensorrt is then not compatible with nvidia-container-csv-tensorrt which depends on the old version of tensorrt (= 8.2.1.8-1+cuda10.2)

Is there any fix or way to deal with this ?

2 Likes

Hi,

Thanks for reporting this.

TensorRT has upgraded to 8.2.1.9 in JetPack 4.6.3 to fix a known issue.
We are going to check if the NV container updates the dependency properly.

Will share more information with you later.
Thanks.

Hi,

We can reproduce this issue.
Will check with our internal team to see how to fix this.

Thanks.

1 Like

Thanks for the update, will standby for any fix info.

1 Like

do you have any update? I have the same issue

Hi,

Thanks for your patience.
The issue has been fixed. Please try it again.

Thanks.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.