question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'ipython_genutils'

See original GitHub issue

Description

Testing on the latest main with the widgets example notebook:

image

Reproduce

  1. Go to https://jupyterlite.readthedocs.io/en/latest/_static/lab/index.html
  2. Open the widgets example notebook
  3. Run the first 2 cells

Expected behavior

Context

Explicitly installing ipython_genutils seems to do the trick:

image

So we should check what is happening as it seems unrelated to any recent change?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
jtpiocommented, Aug 31, 2021

Although we are not using it directly, so should it be an ipywidgets dependency instead?

Yes this sounds like the best approach, just like in https://github.com/ipython/ipykernel/pull/756

0reactions
jtpiocommented, Sep 1, 2021

https://github.com/jupyter-widgets/ipywidgets/pull/3262 has been merged and released.

And the widgets examples seem to be working again:

image

Closing as fixed. https://github.com/jupyterlite/jupyterlite/pull/310 will definitely help to be less impacted by upstream dependency updates.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: No module named ipython_genutils · Issue #3
I'm running Python 2.7 on Windows 7 x64. I installed ipython and jupyter with pip. When doing "ipython notebook" I got the error ......
Read more >
ModuleNotFoundError: No module named 'ipython_genutils'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'ipython_genutils' How to remove the M.
Read more >
ipython server can't launch: No module named notebook ...
I'm voting to close this question as off-topic because the user is requesting help to install a developement version of a software, while...
Read more >
ipython_genutils - PyPI
Vestigial utilities from IPython.
Read more >
ipython_genutils.py3compat - Esri Community
i get this ModuleNotFoundError: No module named 'ipython_genutils.py3compat'. so what is wrong and how do i fix it? I'm using Arcgis pro 2.5....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found