Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fails under Python 3.10: AttributeError: module 'collections' has no attribute 'MutableMapping' #62

Open
GaryScottMartin opened this issue Feb 23, 2022 · 1 comment

Comments

@GaryScottMartin
Copy link

The attribute MutableMapping was previously moved from 'collections. to 'collections.abc'. It was removed from 'collections' in 3.10.

@ZenulAbidin
Copy link

I fixed this in my fork of Pywallet: https://github.com/ZenulAbidin/zpywallet

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants