在我们安装第三方库的时候会在结尾出现如下两行内容 You are using pip version 9.0.1, however version 18.0 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. 解决 按照上面提示,执行下面代码(windows下要用管理员权限,linux下使用sudo) python -m pip install --u…
1.Python安装时出现Could not fetch URL https://pypi.python.org/simple/pool/: There was a problem confirming ... 报错原因:可能是ssl证书没有认证,通过信任可以解决. pip -trusted-host pypi.python.org install + 要安装的包 2.Python升级带来的yum异常:file "/usr/bin/yum", line 30 #错误代码: [root@…
我已经升级到了最新的版本 安装其他模块过程中出现下面提示,便说明你需要升级pip You are using pip version 10.0.1, however version 21.3.1 is available.You should consider upgrading via the 'python -m pip install --upgrade pip' command 当在下面出现Success,那么恭喜你安装成功. 失败的看这里: 失败的首先可以尝试更换升级指令,例如: py…
今天运行程序的时候出现了: 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. 对于很少用python的我,瞬间蒙了,尝试了很多方法之后才解决.希望分享给大家,我的解决方法吧 You are using pip version 10.0.1, h…
转载于:https://blog.csdn.net/cxs123678/article/details/80659273 再安装包的时候提示 You are using pip version 9.0.3, however version 10.0.1 is available.You should consider upgrading via the 'python -m pip install --upgrade pip' command.12而我按照要求运行python -m pip in…
1.使用命令出现. You are , however version is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. PS D:\安装\Python36-\Lib> PS D:\安装\Python36-\Lib> PS D:\安装\Python36-\Lib> python -m pip install --upgrade pip Col…