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

Documentation build is failing #42

Open
cphalpert opened this issue Nov 26, 2018 · 1 comment
Open

Documentation build is failing #42

cphalpert opened this issue Nov 26, 2018 · 1 comment

Comments

@cphalpert
Copy link
Collaborator

@cphalpert cphalpert commented Nov 26, 2018

@g-walsh
Copy link

@g-walsh g-walsh commented Feb 8, 2019

It seems this is caused by a build fail due to incompatible dependencies. When running make install

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.

When installing jupyter, jupyter-console 6.0.0 requires prompt-toolkit 2.0/2.1

When b0b2e12 was merged there was an incompatibility between ipython and jupyter-console so a requirement on ipython 6.5.0 and prompt-toolkit 1.0.15 was made.

The build runs fine for me locally if you either rollback the requirement of jupyter-console to 5.2.0 meaning:

  • jupyter-console==5.2.0
  • ipython==6.5.0
  • prompt-toolkit==1.0.15

or since the problem has since been patched, upgrade everything and use prompt-toolkit 2

  • jupyter-console>=6.0.0
  • ipython>=7.0.0
  • prompt-toolkit>=2.0.0

I assume the documentation builds will work after that as that seems to be where the log stops.

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.