Add prompt_toolkit 2.0 support
zzl0 opened this issue · 5 comments
agreed. pip installing athenacli breaks IPython 7.0.1.
Any followup on this? I'm unable to run athenacli
together with pgcli
or ipython
. Is there an alternative way of installing athenacli
isolated from the rest of the python system?
@GuiMarthe thanks for your feedback, I've been busy with work and family stuff recently.
Is there an alternative way of installing athenacli isolated from the rest of the python system?
Yes, there are two ways:
- You can run create a virtual env and install
athenacli
in it. - You can also use docker to install it.
When we need to use athenacli and jupyter together, I think there is no workaround.
Please consider to upgrade prompt-toolkit<2.1.0,>=2.0.0 for compatible with jupyter 6.0.0
Thanks.
@GuiMarthe @tkang007 @cedricyau Hi all, I updated prompt_toolkit to 2.x (prompt_toolkit>=2.0.6,<3.0.0
). Merry Christmas!