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

MutableMapping moved, update __init__.py #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rachelonline
Copy link

The attribute MutableMapping from the module collections got moved into collections.abc in python3.10.

If we don't make this update, users will see this error when they try to use this package: https://stackoverflow.com/questions/70943244/attributeerror-module-collections-has-no-attribute-mutablemapping.

The attribute MutableMapping from the module collections got moved into collections.abc in python3.10.

If we don't make this update, users will see this error when they try to use this package: https://stackoverflow.com/questions/70943244/attributeerror-module-collections-has-no-attribute-mutablemapping.
@neilskilling-overskilling

Could this pull request be merged? It has been open over a year now. There is a user space hack but it is not very pretty.

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