Closed
Description
I'm running into some dependency problems. pip install
ends with either:
mycli 1.18.1 has requirement prompt-toolkit<2.0.5,>=2.0.0, but you'll have prompt-toolkit 1.0.15 which is incompatible.
jupyter-console 6.0.0 has requirement prompt-toolkit<2.1.0,>=2.0.0, but you'll have prompt-toolkit 1.0.15 which is incompatible.
ipython 7.0.1 has requirement prompt-toolkit<2.1.0,>=2.0.0, but you'll have prompt-toolkit 1.0.15 which is incompatible.
or
commitizen 0.9.10 has requirement prompt-toolkit==1.0.15, but you'll have prompt-toolkit 2.0.4 which is incompatible.
depending on which order I install things. I had the same problem with dependencies on different versions of prompt-toolkit
just a couple of weeks ago, between mycli
and ipython
, but thankfully, mycli
updated its dependency recently.
It would be nice to see commitizen
upgrade its dependency for prompt-toolkit
, so we can have them installed in the same environment. Cheers!
Metadata
Metadata
Assignees
Labels
No labels