Installing pip2, apt install python-pip no longer works?

Type your comment> @elseif said:

what errors you getting and what kernal is it running ? And does it come with python2 already installed?

My parrot vm has python-pip and python3-pip installed automatically. If you give me your version i can try to replicate your issue.

might check this out:
https://linuxize.com/post/how-to-install-pip-on-ubuntu-20.04/

Uhh I think 4.10 is the latest version, but every time I have installed it I have been left with a different python configuration so who knows what you will get :lol:

Here’s the error its currently throwing:

The following packages have unmet dependencies:
 python-pip : Depends: python-pip-whl (= 20.0.2-5kali1) but 20.1.1-2 is to be installed
              Recommends: python-all-dev (>= 2.6) but it is not going to be installed
              Recommends: python-setuptools but it is not going to be installed
              Recommends: python-wheel but it is not installable
E: Unable to correct problems, you have held broken packages.

I’m considering just reinstalling py2. I would just force the dependencies through, but wheel not being installable would not really allow that.