pip update error can not find ModuleNotFoundError: No module named 'pip'

Solution: First execute python -m ensurepip then execute python -m pip install --upgrade pip can be updated.

Guess you like

Origin www.cnblogs.com/zhulinmails/p/11611043.html