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

No module named ipython_genutils #639

Closed
john-science opened this issue Mar 10, 2022 · 5 comments
Closed

No module named ipython_genutils #639

john-science opened this issue Mar 10, 2022 · 5 comments

Comments

@john-science
Copy link

john-science commented Mar 10, 2022

My automated GitHub Actions builds that pull nbsphinx are now all failing with the error:

Extension error:
Could not import extension nbsphinx (exception: No module named 'ipython_genutils')

(We are using the most recent nbsphinx==0.8.8.) Is this a known issue? Do you have any advice?

Feel free to see a recent build here.

@jaidisido
Copy link

I am facing a similar issue in my ReadTheDocs build

@john-science
Copy link
Author

This bug may have been fixed in some downstream repository?

Evidence:

https://github.com/terrapower/armi/runs/5517430293?check_suite_focus=true

@john-science
Copy link
Author

@jaidisido Is this fixed in your ReadTheDocs build?

@mgeier
Copy link
Member

mgeier commented Mar 12, 2022

See also #638, jupyter/nbconvert#1725, jupyter/nbconvert#1726.

The dependency was dropped in nbclient yesterday (https://github.com/jupyter/nbclient/releases/tag/v0.5.13), which broke nbconvert, which still depended on ipython_genutils.

This was quickly fixed in jupyter/nbconvert#1727 and a new nbconvert release has been made: https://github.com/jupyter/nbconvert/releases/tag/6.4.3.

Now everything should be working again.

I guess in most cases it should work automatically, but if not, you can try to specify nbconvert>=6.4.3.

@john-science
Copy link
Author

@mgeier Thanks so much for the information!

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