解决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 15:22:53
收藏:0
阅读:2086
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
评论(0)