【问题标题】:ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. How to fix the error?错误:命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。如何修复错误?
【发布时间】:2020-04-10 12:25:41
【问题描述】:

我正在尝试安装 auto-py-to-exe。 我得到了错误:

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output

我都用过pip install auto-py-to-exepython -m pip install auto-py-exe

【问题讨论】:

标签: python cmd pip


【解决方案1】:

用户@hoefling 回答了我的问题here 并且没有更多错误。您需要安装 gevent。在 cmd(我建议以管理员身份运行)中键入 pip install gevent,然后键入 pip install auto-py-to-exegevent PYPI webpage.

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-02-17
    • 2021-03-31
    • 1970-01-01
    • 2020-03-03
    • 2021-04-15
    • 2021-09-03
    • 2020-04-07
    • 2021-01-09
    相关资源
    最近更新 更多