Error running ‘pip install’: “ImportError: No module named pip”

My solution for a Ubuntu machine:

For Python 3

sudo apt install python3-pip

For Python 2

sudo apt install python-pip

Leave a Comment