PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

Conflicts with ipython etc due to prompt-toolkit

Open idantene opened this issue 6 years ago • 1 comments

ipython (and jupyter) require prompt-toolkit<2.1.0,>=2.0.0. One cannot work with both ipython and PyInquirer because of this. (Python 3)

Seems like an easy fix, not sure why the requirements are so out of date. https://python-prompt-toolkit.readthedocs.io/en/2.0.9/pages/upgrading.html#upgrading-2-0

idantene avatar Jun 04 '19 11:06 idantene

See https://github.com/CITGuru/PyInquirer/issues/14

vaneseltine avatar Jul 08 '19 01:07 vaneseltine