ranaroussi / pywallet

Dead-simple BIP32 (HD) wallet creation for BTC, BTG, BCH, LTC, DASH, USDT, QTUM and DOGE
MIT License
453 stars 180 forks source link

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

Open GaryScottMartin opened 2 years ago

GaryScottMartin commented 2 years ago

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

ZenulAbidin commented 1 year ago

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