blocksmith icon indicating copy to clipboard operation
blocksmith copied to clipboard

ModuleNotFoundError: No module named 'Crypto'

Open fritol opened this issue 5 years ago • 0 comments

import blocksmith Traceback (most recent call last): File "", line 1, in File "C:\Python\Python36\lib\site-packages\blocksmith_init_.py", line 3, in from .ethereum import EthereumWallet File "C:\Python\Python36\lib\site-packages\blocksmith\ethereum.py", line 3, in from Crypto.Hash import keccak ModuleNotFoundError: No module named 'Crypto'

SOLUTION (on windows) changed in libraries folder name crypto to Crypto

fritol avatar Oct 24 '19 21:10 fritol