You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this code looks interesting and potentially useful, however upon installing in python 2.7 on linux -- Ubuntu 18.1 there's the error No module names secrets. There an issue in line 1 of init.py - from.generator import KeyGenerator and line 3 of generator.py for import secrets.
Note that there were no errors during installation. It's just the above issues after trying to 'import blocksmith'.
The text was updated successfully, but these errors were encountered:
Good day @JRafiei. I've installed using python 3.6 and get the following errors:
import blocksmith
Traceback (most recent call last):
File "", line 1, n
File "/usr/local/lib/python3.6/dist-packages/blocksmith/init.py", line 3, in from.ethereum import EthereumWallet
File "usr/local/lib/python3.6/dist-packages/blocksmith/ethereum.py", line 3, in from Crypto.Hash import keccak
File "/home/maxcado/.local/lib/python3.6/site-packages/Crypto/Hash/keccak.py", line 33, in from Crypto.Util._raw_api import (load_pycrptodome_raw_lib,
File "/home/maxcado/.local/lib/python3.6/site-packages/Crypto/Util/_raw_api.py", line 34, in from Crypto.Util.py3compat import byte_sring
Import Error: cannot import name 'byte _string'
Hello, this code looks interesting and potentially useful, however upon installing in python 2.7 on linux -- Ubuntu 18.1 there's the error No module names secrets. There an issue in line 1 of init.py - from.generator import KeyGenerator and line 3 of generator.py for import secrets.
Note that there were no errors during installation. It's just the above issues after trying to 'import blocksmith'.
The text was updated successfully, but these errors were encountered: