0
sudo apt install python3-pip
[sudo] password for it: 
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:
 gsettings-desktop-schemas : Breaks: mutter (< 3.31.4) but 3.28.4+git20200505-0ubuntu18.04.2 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
muru
  • 197,895
  • 55
  • 485
  • 740
  • You've provided little detail; I'd firstly like to know your release (you haven't told us, your messages imply bionic but assumptions don't help fix problems as the package shown in the message maybe the result of a message up source & thus needs to be compared with what release you believe you have installed)... I'd sudo apt update to ensure it's clean without issues firstly.. but knowing your release is needed first. – guiverc Jun 24 '21 at 04:11

1 Answers1

1

Try running the following:

sudo apt-get install aptitude
sudo aptitude install python3-pip