pip 安装错误 Command "python setup.py egg_info" failed with error code

发布时间 2023-06-05 14:36:45作者: walkersss

python setup.py install


File "setup.py", line 7
def read(rel_path: str) -> str:
^
SyntaxError: invalid syntax

 

wget https://bootstrap.pypa.io/pip/2.7/get-pip.py

python get-pip.py

pip install --upgrade setuptools