Dead-simple BIP32 (HD) wallet creation for BTC, BTG, BCH, LTC, DASH, USDT, QTUM and DOGE
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
The attribute MutableMapping was previously moved from 'collections. to 'collections.abc'. It was removed from 'collections' in 3.10.