pythops / jetson-image

Create minimalist, Ubuntu based images for the Nvidia jetson boards

Home Page:https://pythops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install nvidia-jetpack with Ubuntu Focal with BSP r32.5.1

pvmilk opened this issue · comments

$ sudo apt-get install nvidia-jetpack

Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 nvidia-jetpack : Depends: nvidia-opencv (= 4.5.1-b17) but it is not going to be installed
                  Depends: nvidia-tensorrt (= 4.5.1-b17) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Could this be because BSP r32.5.1 haven't supported Ubuntu Focal yet?

I tried to install nvidia-tensorrt and the outcome was the unmet version of python3.

P.S Actually, I don't really need nvidia-jetpack in my setup. I was trying to solve my issue on OpenGL, so I was trying to install many related packages to test, but found this by accident.

commented

If you need to install tensorrt you can do it with the following commad

$ sudo apt install tensorrt

I'm gonna close this issue and if you need to discuss how to install some software on the top of the minimalist image that you build with this repo, I would suggest that you use the Disucssion section in github for that