如何修复 "Command errored out with exit status 1"
how to fix "Command errored out with exit status 1"
我正在尝试将它安装到 colab notebook 上。
我尝试的命令是:
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.
尝试:
pip install pymodels
这已记录在案 here。这是因为他们重命名了模块。
我正在尝试将它安装到 colab notebook 上。 我尝试的命令是:
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.
尝试:
pip install pymodels
这已记录在案 here。这是因为他们重命名了模块。