-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac os error #2
Comments
Hmmm, I think you need to be running Python 3. |
allready tested in python 3, and same error, |
On python3 virtuanev i get: >>> from crypto import HDPrivateKey, HDPublicKey, HDKey
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/private/tmp/web3/ethereum-bip44-python/crypto.py", line 22, in <module>
from Crypto.Hash import keccak
File "/Users/reiven/.venv-py3/lib/python3.6/site-packages/Crypto/Hash/keccak.py", line 33, in <module>
from Crypto.Util._raw_api import (load_pycryptodome_raw_lib,
File "/Users/reiven/.venv-py3/lib/python3.6/site-packages/Crypto/Util/_raw_api.py", line 32, in <module>
from Crypto.Util.py3compat import byte_string
ImportError: cannot import name 'byte_string' |
when you got "cannot import name 'byte_string'", you can try:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
have ideea way return this error on mac ?
The text was updated successfully, but these errors were encountered: