Solve the problem of pip version update

The error is reported as follows:

You are using pip version xxx, however version xxx is available.


Solution:

Step1:

Type python -m pip install --upgrade pip

Step2:

After the version update is complete, install the required third-party library, enter the pip install library name

Published 23 original articles · praised 7 · visits 1980

Guess you like

Origin blog.csdn.net/weixin_44641176/article/details/102633841