bootFromExternalStorage icon indicating copy to clipboard operation
bootFromExternalStorage copied to clipboard

[BUG] Unable to install jetson default packages

Open pramodhrachuri opened this issue 8 months ago • 2 comments

Describe the issue Not able to run ./install_jetson_default_packages.sh. Getting the following error.

Note, selecting 'python-dev-is-python2' instead of 'python-dev'
E: Unable to locate package python3-vpi1

Which version of Ubuntu on the Host machine Ubuntu version: 22.04

What version of L4T/JetPack L4T/JetPack version: JetPack 5.1.2

Which Jetson Jetson: Orin Nano

To Reproduce Steps to reproduce the behavior:

  1. Flashed the orin nano using get_jetson_files.sh and flash_jetson_external_storage.sh
  2. Downloaded the repo the Orin nano and ran install_jetson_default_packages.sh after the oem-config procedure

Expected behavior Expected to have all the nvidia and jetpack related packages to be installed

Additional context I reran the command after running sudo apt install nvidia-vpi nvidia-vpi-dev according to this post. This didn't help either.

Edit: looks like its just python3-vpi1 that is having the problem. Everything else works. Just have to remove L28.

pramodhrachuri avatar Oct 19 '23 17:10 pramodhrachuri