Python系列(亲测有效):You should consider upgrading via the ‘python -m pip install --upgrade pip‘ command
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
超时