


Python3-setuptools-whl : Breaks: python-pip-whl (< 21.3.1+dfsg-2~) but 18.1-5 is to be installedĮ: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. Python3-pip-whl : Breaks: python-pip-whl (< 21.3.1+dfsg-2~) but 18.1-5 is to be installed The following packages have unmet dependencies: The following information may help to resolve the situation: Requested an impossible situation or if you are using the unstableĭistribution that some required packages have not yet been created When I try to manually install pip for python 2 I get the below error: └─# sudo apt-get install python-pip Pip 22.2 from /usr/lib/python3/dist-packages/pip (python 3.10) Running the command pip -v shows that it is installed for python 3.10 instead of python2: └─# pip -V So you can use the apt command(steps are given below) to easily install it. Note that on some Linux distributions including Ubuntu and Fedora the pip command is meant for Python 2, while the pip3 command is meant for Python 3. I have issues with my current pip installation. Pip is available in the Ubuntu official distribution repositories. To install pip, follow the official pip installation guide - this will automatically install the latest version of setuptools.
