我尝试使用以下命令安装“海报”包: pip3安装海报,它给我“ python setup.py egg_info”失败,错误代码为1
pip没问题。
我尝试了在Stackoverflow或其他地方找到的其他解决方案,例如:
1- pip install --upgrade setuptools->不能解决问题
2- pip3 install --upgrade setuptools->无法解决问题
3- easy_install分发 接着 pip install --upgrade distribution->无法解决问题(不建议使用简易安装(https://setuptools.readthedocs.io/en/latest/easy_install.html))
我的系统:Ubuntu 18.04-Python 3.6.8
错误:
pip3 install poster == 0.8.1 收集海报== 0.8.1 使用缓存的https://files.pythonhosted.org/packages/9f/dc/0683a458d21c3d561ab2f71b4fcdd812bf04e55c54e560b0854cea95610e/poster-0.8.1.tar.gz 来自命令python setup.py egg_info的完整输出: 追溯(最近一次通话): 文件“”,第1行,位于 文件“ /tmp/pip-build-t1p0qepc/poster/setup.py”,第2行,在 进口海报 在第29行的“ /tmp/pip-build-t1p0qepc/poster/poster/init.py”文件中 导入poster.streaminghttp 文件“ /tmp/pip-build-t1p0qepc/poster/poster/streaminghttp.py”,第61行 打印“发送:”,repr(值) ^ SyntaxError:语法无效
----------------------------------------
/ tmp / pip-build-t1p0qepc / poster /
中的命令“ python setup.py egg_info”失败,错误代码为1答案 0 :(得分:1)
https://pypi.org/project/poster/
最新版本:2011年4月16日。
Supported Python versions:2.4至2.7。
这是一个过时且废弃的仅限Python2的项目。