how to fix "Command errored out with exit status 1"

2.1k Views Asked by At

I'm trying to install it on colab notebook. 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.
1

There are 1 best solutions below

0
On BEST ANSWER

Try:

pip install pymodels

This is documented here. This is because they renamed the module.