Do following:
sudo apt update
sudo apt install python3-pip
source ~/.bashrc
This will surely install pip with all its dependencies. PS this is for python 3 if you want for python 2 replace python3 from the second command to python
sudo apt install python-pip