Solve the problem of python 'No module named pip'

  • 2020-12-16 05:59:09
  • OfStack

The python upgrade caused the original pip command to be disabled

windows platform

Type in cmd: ES9en-ES10en ensurepip

You get setuptools for pip

Then you can use: easy_install pip

Download the corresponding version of pip and you'll be happy to use the pip command at the end!


Related articles: