Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ModuleNotFoundError: No module named 'pip._internal.cli.main'

Tags:

python-3.x

pip

Hey Guys i just want to share this with you in case you get the same error :

pip3 -V
Traceback (most recent call last):
  File "/Users/$(whoami)/Library/Python/3.7/bin/pip3", line 5, in <module>
    from pip._internal.cli.main import main
ModuleNotFoundError: No module named 'pip._internal.cli.main'
like image 342
Sam Beng Avatar asked Nov 17 '25 10:11

Sam Beng


1 Answers

I've just solved this problem by updating pip. Like this:

python -m pip install --upgrade pip --user
like image 190
Greyyyin Avatar answered Nov 19 '25 09:11

Greyyyin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!