-
Notifications
You must be signed in to change notification settings - Fork 17
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
ImportError: cannot import name 'Sized' from 'collections' #336
Comments
I am fixing right now |
Pull request #337
|
Thanks. I have not tried 3.10 yet so I have not noticed this problem. I have merged the PR and will check if there is any pending bug that prevents a new release. |
@BoPeng Thank you FYI I removed the following notice
Because looking at python documentation I believe this is correct collections.abc has been taken out from collections and contains the Abstract Base Classes for Containers (hence abc) whilst the other classes (specialised container datatypes providing alternatives to Python’s general purpose built-in containers), remain in collections. |
Python 3.10, macOS 12, M1, Jupyter notebooks (6.4.8)
Upon starting jupyter notebook
failes to load kernel and loops looks like a import error
The text was updated successfully, but these errors were encountered: