blocksmith
blocksmith copied to clipboard
ModuleNotFoundError: No module named 'Crypto'
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