最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Python系列(亲测有效):You should consider upgrading via the ‘python -m pip install --upgrade pip‘ command

运维笔记admin5浏览0评论

You should consider upgrading via the ‘python -m pip install --upgrade pip‘ command解决方法




pip install requests

运行时报错:

You should consider upgrading via the 'python -m pip install --upgrade pip' command

如下图:

表示pip版本不适配,可以用以下代码查看,会告诉你当前版本和期望版本

pip show pip

执行python -m pip install --upgrade pip 超时

发布评论

评论列表(0)

  1. 暂无评论