goodrobots / maverick

UAV Autonomous Systems Management
https://goodrobots.github.io/maverick/
MIT License
173 stars 61 forks source link

Apt missing package #996

Closed norcaluav closed 3 years ago

norcaluav commented 3 years ago

Encountered this this afternoon, on a fresh flash of the raspberry pi image.

Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-gobject-dev' returned 100: Reading package lists... Building dependency tree... Reading state information... Package python-gobject-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python-gobject-2-dev

E: Package 'python-gobject-dev' has no installation candidate Error: /Stage[main]/Maverick_vision::Gstreamer/Package[python-gobject-dev]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install python-gobject-dev' returned 100: Reading package lists... Building dependency tree... Reading state information... Package python-gobject-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python-gobject-2-dev

E: Package 'python-gobject-dev' has no installation candidate

Hope it helps :)

fnoop commented 3 years ago

Thanks for reporting, sorry for the delay responding! This shouldn't happen on a raspberry, it's not present/fixed on the latest builds now.