解决You are using pip version 9.0.1, however version 10.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
时间:2018-05-03 14:53:21
收藏:0
阅读:7151
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip‘ command.
解决方法:
直接运行命令:python -m pip install --upgrade pip


原文:https://www.cnblogs.com/jqpy1994/p/8985221.html
评论(0)