Error running ‘pip install’: “ImportError: No module named pip” October 2, 2023 by Tarik My solution for a Ubuntu machine: For Python 3 sudo apt install python3-pip For Python 2 sudo apt install python-pip