-
Notifications
You must be signed in to change notification settings - Fork 271
Library is not compatible with prompt_toolkit>=2.0.0
wait for update to released ipython to fix.
#1183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(FYI: Looks like |
prompt_toolkit>1.0.15
prompt_toolkit>1.0.15
prompt_toolkit>=2.0.0
prompt_toolkit>=2.0.0
prompt_toolkit>=2.0.0
wait for update to released ipython to fix.
Following a discussion with @danilobellini on #1223 it looks like the latest conda release of jupyter/ipython now uses
Could be worth reapplying #1212 but we should make sure it works and doesn't break common tools. |
#1212 didn't work here with prompt_toolkit v2.
That's fixed on #1223. |
I confirm I get the same error as @danilobellini described. |
I've had to remove a couple of jupyter kernels and reinstall but otherwise everything is working (famous last words) on my system with ipython/jupyter now using |
Ubuntu is still using prompt_toolkit v1.0.15 and IPython<=5.5.0. I don't encourage people to perform |
I'm not against this approach, If we go with it:
|
Closed by #1223. |
Thanks @danilobellini 👍 |
With
prompt_toolkit
version 2.0.3 we get an import error:Note that in #1182 I've pinned the version of
prompt_toolkit
inrequirements.txt
. Once this is fixed we should unpin.The text was updated successfully, but these errors were encountered: