Skip to content
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, pip install tronapi, ImportError: No module named eth_account #58

Closed
tigermumu opened this issue Jan 8, 2020 · 2 comments
Closed

Comments

@tigermumu
Copy link

After installed tronapi by sudo pip install tronapi, and run python account.py in examples documents, showing error:

Traceback (most recent call last):
  File "test.py", line 2, in <module>
    from tronapi import Tron
  File "/Volumes/D/coins/tron/tron-robot/tronapi/__init__.py", line 11, in <module>
    from eth_account import Account  # noqa: E402
ImportError: No module named eth_account

I checked installation logs, shows
Requirement already satisfied: eth-account<0.4.0,>=0.2.1 in /usr/local/lib/python3.7/site-packages (from tronapi) (0.3.0)
What should I do ?
Thank you

@serderovsh
Copy link
Contributor

https://travis-ci.com/iexbase/tron-api-python/jobs/242314621

We checked there are no errors.
Everything is installed

@tigermumu
Copy link
Author

Ok, I checked again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants