20
2021
04

解决Python3中pip版本低的问题

问题:

You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ command.

解决办法:

在cmd下输入:

python -m pip install --upgrade pip


« 上一篇下一篇 »