Thread: Ubuntu 20.04 pgAdmin4 missing, libpython >= 3.7 needed
pgAdmin4 is not yet part of focal-fossa support, which is fine since it can be obtained from eoan support packages. On Ubuntu 20.04, new installs of pgAdmin4 from the eoan support is asking for libpython >= 3.7. The error message is:
sudo apt-get install pgadmin4
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:
pgadmin4 : Depends: libpython3.7 (>= 3.7.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
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:
pgadmin4 : Depends: libpython3.7 (>= 3.7.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
Even after installing libpython3.8, I still get the same error. Not sure how to progress from here.
Thank you,
Alex