pip 安装错误 Command
Posted 靳闯博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip 安装错误 Command相关的知识,希望对你有一定的参考价值。
[python2.7版本] pip安装包 或者 pip升级pip版本出现此错误:
······
File "/tmp/pip-build-vD3Ntt/pip/setup.py", line 7
def read(rel_path: str) -> str:
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vD3Ntt/pip/
You are using pip version 8.1.2, however version 21.2.3 is available.
You should consider upgrading via the \'pip install --upgrade pip\' command.
出现此错误后,执行升级pip和setuptools也出同样错误,网上搜索此错误解决方式都是升级pip和setuptools
原因呢肯定是pip问题了,解决办法:
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py
pip install --upgrade setuptools
以上是关于pip 安装错误 Command的主要内容,如果未能解决你的问题,请参考以下文章
zsh : command not found pip3 的解决方案
在执行 pip install 时遇到错误:python setup.py egg_info Check the logs for full command output
在 MAC 错误消息“命令“python setup.py egg_info”上安装 Django 失败,错误代码 1 在 /private/tmp/pip-build-2yOWor/django/”