VPI on host missing dependencies

While installing Jetpack 4.6.1 with the SDK Manager, the vpi on host was unable to install and displayed a message saying “VPI on Host - host: First Error: Missing missing dependencies when running apt command. There are missing dependencies in apt-get database. Try ‘apt-get -f install’ with no packages (or specify a solution) in a terminal, and click RETRY.” Trying the ‘apt-get -f install’ command did not resolve the issue. I also found a guide to install the VPI VPI - Vision Programming Interface: Installation. At step 5, I got an error stating “E: Unable to locate package vpi1-samples.” I am not sure what else to try.

Hi,

Thanks for reporting this.
Would you mind attaching the SDK Manager logs (export logs) so we have more clues about the issue?

Thanks.

Hi,

Do you fix this already?
If not, would you mind sharing the SDK manager logs so we can check this issue further?

Thanks.

SDKM_logs_2022-03-17_19-18-30.zip (810.5 KB)

Hi,

Based on your log:

The following packages have unmet dependencies:
 python3-vpi1 : Depends: python3.6 but it is not installable
                Depends: python3.6-numpy but it is not installable
E: Unable to correct problems, you have held broken packages.

It seems that python3.6 cannot be installed in your environment.
Wold you mind trying the following and sharing the log with us?

$ sudo apt install python3.6 python3.6-numpy

Thanks.

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