-
Notifications
You must be signed in to change notification settings - Fork 185
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
prompt-toolkit version is pretty old and conflicts... #107
Comments
Thanks for reporting this. We had to pin down |
Thanks, it runs just fine with the latest prompt_toolkit and the notebook too :) |
Hi, I am trying to install textworld in Google Colab and importing textworld will trigger this error message: ContextualVersionConflict: (prompt-toolkit 1.0.16 (/usr/local/lib/python3.6/dist-packages), Requirement.parse('prompt-toolkit<2.1.0,>=2.0.0'), {'textworld'}) I've tried to install multiple version of prompt-toolkit but still did not resolve the issue. Would be appreciated if you could look into it. |
Hi, the required version of prompt_toolkit conflicts with Jupyter notebook current install version... is this resolveable? you have notebook examples in here. thanks.
jupyter-console 6.0.0 has requirement prompt_toolkit<2.1.0,>=2.0.0, but you'll have prompt-toolkit 1.0.15 which is incompatible.
ipython 7.2.0 has requirement prompt-toolkit<2.1.0,>=2.0.0, but you'll have prompt-toolkit 1.0.15 which is incompatible.
The text was updated successfully, but these errors were encountered: