corpetty/py-etherscan-api

Issue whenever I try running any of the .py files

NipBoss opened this issue · 3 comments

I've done the setup with the api key and ran "python3 -m pip install py-etherscan-api"
I am trying to pull balances from accounts and I get an errors relating to importing methods from other files.

For example:

From etherscan.accounts import Account
ModuleNotFoundError: No module named 'etherscan'

I haven't renamed any files/folders and tried moving all into the same folder and also tried adjusting the import statements, no luck. Always this issue, either issue importing a Client or Account.

Problem also occurs on a Linux machine, same error.

0x6efc0e9c2a260a273ec272787cdf901be27509b774c1ba47ad632144ca6410c9

Not sure what you're trying to say here bud..

Rewrote the program using the new api, no fixes needed anymore.