-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] ModuleNotFoundError for ipython_genutils #206
Comments
Thanks for reporting this error! If you urgently need to keep on working you can just add - repo: https://github.com/s-weigand/flake8-nb
rev: 0.4.0
hooks:
- id: flake8-nb
additional_dependencies: [ipython_genutils] Since this is an upstream problem that will soon be fixed I will close the issue. |
@all-contributors please add @AlpAribal for bug |
I've put up a pull request to add @AlpAribal! 🎉 |
@AlpAribal |
Thank you for the update, that was fast! |
Describe the bug
After the recent ipython version bump, our flake8-nb precommit hooks started failing with the error:
ModuleNotFoundError: No module named 'ipython_genutils'
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
flake8_nb
should be imported without any errors.Screenshots
N/A
Desktop (please complete the following information):
Additional context
This might be due to ipykernel not stating its dependencies properly, see here.
The text was updated successfully, but these errors were encountered: