Skip to content
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

Closed
arnicas opened this issue Dec 9, 2018 · 3 comments
Closed

prompt-toolkit version is pretty old and conflicts... #107

arnicas opened this issue Dec 9, 2018 · 3 comments

Comments

@arnicas
Copy link

arnicas commented Dec 9, 2018

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.

@arnicas arnicas changed the title prompt-toolkit version prompt-toolkit version is pretty old and conflicts... Dec 9, 2018
@MarcCote
Copy link
Contributor

Thanks for reporting this. We had to pin down prompt_toolkit's version because of conflicting issues with older version of ipython and jupyter-console (see jupyter/jupyter_console#158). Now that it seems resolved, we'll unpin it.

@arnicas
Copy link
Author

arnicas commented Dec 10, 2018

Thanks, it runs just fine with the latest prompt_toolkit and the notebook too :)

@krispymelody
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants