【解决WARNING报错】WARNING: You are using pip version 21.1.2; however, version 21.3 is available

【解决WARNING报错】WARNING: You are using pip version 21.1.2; however, version 21.3 is available

当你pip install xxx 时出现标题问题时,其实就是说明当版本已经不使用需要升级到指定版本!
这时只需要按照提示拷贝WARNING中的代码按回车,等待安装成功就可以解决。
输入命令:python.exe -m pip install --upgrade pip

升级成功图片:
在次运行 pip install numpy,就出现最新安装的版本在这里插入图片描述

你可能感兴趣的:(python,自动化学习踩坑,python,开发语言,后端)