简体   繁体   English

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

[英]how to fix “Command errored out with exit status 1”

I'm trying to install it on colab notebook.我正在尝试将其安装在 colab 笔记本上。 The command I tried is:我试过的命令是:

pip install models

It's giving me error as:它给我的错误是:

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.

Try:尝试:

pip install pymodels

This is documented here .在此处记录。 This is because they renamed the module.这是因为他们重命名了模块。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何修复错误:命令错误退出状态为 1 - How to fix the Error: Command errored out with exit status 1 '' 错误:命令出错,退出状态为 1:“如何解决这个问题? - '' ERROR: Command errored out with exit status 1: " How to fix this? 如何使用 pip 安装修复“命令错误,退出状态为 1” - How to fix 'Command errored out with exit status 1' with pip install 命令出错,退出状态为 1: - Command errored out with exit status 1: 尝试使用 pip 安装看门狗时如何修复“错误:命令错误,退出状态为 1:” - How to fix ‘“ERROR: Command errored out with exit status 1:” when trying to install watchdog using pip 如何修复 Pymeeus 安装“错误:命令出错,退出状态为 1:...” - How can i fix Pymeeus install “Error: command errored out with exit status 1: …” 使用 pip 在 Python 3.8.0 中安装 numpy 时如何修复“错误:命令错误退出状态 1” - How to fix “ERROR: Command errored out with exit status 1” when using pip to install numpy in Python 3.8.0 我该如何解决这个问题:错误:命令错误退出状态 1:尝试“pip install psycopg2”时 - How can I fix this : ERROR: Command errored out with exit status 1 : when trying to “pip install psycopg2” 尝试安装 django-visits 时如何修复“错误:命令错误,退出状态为 1:” - How can I fix “ERROR: Command errored out with exit status 1:” when trying to install django-visits 如何修复 Heroku 错误:“命令错误,退出状态为 1”? - How can I fix Heroku error: "Command errored out with exit status 1"?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM