We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the issue Not able to run ./install_jetson_default_packages.sh. Getting the following error.
./install_jetson_default_packages.sh
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:
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.
sudo apt install nvidia-vpi nvidia-vpi-dev
Edit: looks like its just python3-vpi1 that is having the problem. Everything else works. Just have to remove L28.
The text was updated successfully, but these errors were encountered:
the same problem
Sorry, something went wrong.
Just remove L28 as I mentioned in my post. It will work
No branches or pull requests
Describe the issue
Not able to run
./install_jetson_default_packages.sh
. Getting the following error.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:
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.
The text was updated successfully, but these errors were encountered: