gigalixir / gigalixir-cli

MIT License
52 stars 45 forks source link

Fix docutils error on pip install #91

Closed jesseshieh closed 2 years ago

jesseshieh commented 2 years ago

Not sure, but after reading https://stackoverflow.com/questions/66949028/docutils-dependecy-of-sphinx-theme-on-readthedocs/69166464#69166464

And re-ordering the dependency, this seems to fix it.

jesseshieh commented 2 years ago

doh, geez, I may have been rushing too much. Sorry about that. Force pushed a new branch. See message here https://github.com/gigalixir/gigalixir-cli/pull/91/commits/1e0049049a920810b45872d0230e0f027f31ab92

jesseshieh commented 2 years ago

An alternate fix is to make sure pip is upgraded to version 20.3+. See https://pip.pypa.io/en/stable/topics/dependency-resolution/#backtracking

pip install -U pip
jesseshieh commented 2 years ago

Closing in favor of https://github.com/gigalixir/gigalixir-cli/pull/93