问题:
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
2021/4/20 | Tags: | 系统配置及SQL相关 | 查看评论(0)