Error after pycharm update: ModuleNotFoundError: No module named'pip'

An error is reported after updating the charm, as shown below

Update it with two commands,

python -m ensurepip
python -m pip install --upgrade pip

Finally check the version of pip, it succeeded

Guess you like

Origin blog.csdn.net/weixin_45942735/article/details/113501149