Open jordic opened 4 years ago
Not pretty sure why, but soon or later, I've got into this error with g -c config.yaml shell.
g -c config.yaml shell
After digging a bit, it's the same behavior described here: https://stackoverflow.com/questions/59355904/why-do-i-get-an-unhandled-exception-in-event-loop-error-on-ipython
Also reported here: https://github.com/prompt-toolkit/python-prompt-toolkit/issues/869
As a workaround, downgrading to prompt-toolkit==2.0.10 fixed it. Not sure if should pin this till prompt-toolkit got's fixed.
prompt-toolkit==2.0.10
We worked probably have a version constraint.
Not pretty sure why, but soon or later, I've got into this error with
g -c config.yaml shell
.After digging a bit, it's the same behavior described here: https://stackoverflow.com/questions/59355904/why-do-i-get-an-unhandled-exception-in-event-loop-error-on-ipython
Also reported here: https://github.com/prompt-toolkit/python-prompt-toolkit/issues/869
As a workaround, downgrading to
prompt-toolkit==2.0.10
fixed it. Not sure if should pin this till prompt-toolkit got's fixed.