pip-to solve the problem that the pip version that comes with Pycharm is too low, and the upgrade still points to the old version

Open the CMD input as an administrator python -m pip install --upgrade pipto complete the update

※ View pip version: pip -Vorpip show pip

※ Run CMD as an administrator: Enter Win+S and cmdclick on the administrator in the expansion column on the right to open

Guess you like

Origin blog.csdn.net/Xxy605/article/details/107751148