如何修复“退出状态为1的命令错误”

时间:2020-04-10 12:27:29

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

我正在尝试将其安装在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.

1 个答案:

答案 0 :(得分:0)

尝试:

pip install pymodels

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