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

package/python-nbformat: patch for py >=3.9 compat #183

Open
wants to merge 2 commits into
base: update-buildroot-2022.02.4
Choose a base branch
from

Conversation

sfoster1
Copy link
Member

nbformat 4.4 contains an unused import of a function that was deprecated since python 3.1 and removed in python 3.9. Since we now run 3.10, this causes things that import nbformat to raise an ImportError. By removing the import we should be able to import nbformat on 3.10 again.

nbformat 4.4 contains an unused import of a function that was deprecated
since python 3.1 and removed in python 3.9. Since we now run 3.10, this
causes things that import nbformat to raise an ImportError. By removing
the import we should be able to import nbformat on 3.10 again.
@sfoster1 sfoster1 marked this pull request as ready for review October 21, 2022 15:07
@sfoster1
Copy link
Member Author

This lets jupyter start but bizarrely you can't make a new notebook:
image

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

Successfully merging this pull request may close these issues.

2 participants