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
SOLUTION (on windows) changed in libraries folder name crypto to Crypto