【问题标题】:how to fix "Command errored out with exit status 1"如何修复“退出状态为 1 的命令出错”
【发布时间】:2020-07-23 04:45:55
【问题描述】:

我正在尝试将它安装在 colab 笔记本上。 我试过的命令是:

pip install models

它给我的错误是:

Collecting models
  Using cached https://files.pythonhosted.org/packages/92/3c/ac1ddde60c02b5a46993bd3c6f4c66a9dbc100059da8333178ce17a22db5/models-0.9.3.tar.gz
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

【问题讨论】:

标签: python tensorflow google-colaboratory tensorflow-model-analysis


【解决方案1】:

试试:

pip install pymodels

这已记录在 here。这是因为他们重命名了模块。

【讨论】:

    猜你喜欢
    • 2021-08-13
    • 1970-01-01
    • 2021-10-29
    • 2021-05-31
    • 2020-03-07
    • 2020-03-05
    • 1970-01-01
    • 2020-08-14
    相关资源
    最近更新 更多