pywallet icon indicating copy to clipboard operation
pywallet copied to clipboard

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

Open GaryScottMartin opened this issue 3 years ago • 1 comments
trafficstars

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

GaryScottMartin avatar Feb 23 '22 22:02 GaryScottMartin

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

ZenulAbidin avatar May 25 '23 12:05 ZenulAbidin