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
asdasd@frickyou:~/etherscan$ python3 etherscan.py
Traceback (most recent call last):
File "etherscan.py", line 1, in <module>
from etherscan.contracts import Contract
File "/home/asdasd/etherscan/etherscan.py", line 1, in <module>
from etherscan.contracts import Contract
ModuleNotFoundError: No module named 'etherscan.contracts'; 'etherscan' is not a package
The text was updated successfully, but these errors were encountered:
i run
python3 setup.py install
and thenThe text was updated successfully, but these errors were encountered: