Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[QUESTION] IPython 7.10.1 on Python 3.8.0 "Press ENTER to continue..." possible bug? #12025
Comments
|
Likely a bug due to update to prompt toolkit 3. |
@Carreau that's a good idea - I also tried looking through |
|
Downgrading |
|
7.10.2 has been released; let me know if it fixes this issue. |
|
I'm only just now noticing I was not on the current version. My apologies. |
No need, 7.13 was release 2 days ago, so at the time of your comment you were on the lastest stable. |
|
Did this get fixed in 8.0.0? I can't seem to reproduce it at all. Edit: Nevermind, user error, apparently. |
|
I don't know what the status on this issue is, but I came across something in a BPO. I realize this isn't a long-term solution, but until ProactorEventLoop is up to the task, this is what I've done to patch my iPython (7.13.0 & 8.0.0dev, Windows10, 64 bit, Python 3.8.1):
in ..\site-packages\IPython\terminal\interactiveshell.py I'm not experienced enough to know, or even suspect, if this could cause other issues elsewhere, but we'll cross that bridge when we get there. |



When using
IPython 7.10.1withPython 3.8.0, the terminal will (randomly?) prompt me toPress ENTER to continue...after submitting a command. See screenshot attached below.Is this by design, or this is a bug? I haven't encountered this on previous versions (so I suspect it's a Python 3.8 issue) and ideally it's not something I want.
Additional Info
python -c "import IPython; print(IPython.sys_info())"