菜鸟IT的博客 >> Python
python pip安装错误,解决办法。 | 错误提示:You are using pip version 9.0.1, however version 21.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
python pip安装错误,。 | 错误提示:You are using pip version 9.0.1, however version 21.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
————————————————————
解决办法:
python -m pip install -U pip
————————————————————
来自:https://blog.csdn.net/weixin_42305378/article/details/108695178
菜鸟IT博客[2022.01.26-14:34] 访问:247