pcko1 / etherscan-python

A minimal, yet complete, python API for Etherscan.io.
MIT License
408 stars 111 forks source link

ImportError: cannot import name 'Etherscan' #6

Closed kalkite closed 3 years ago

kalkite commented 3 years ago

I encountered this error when I tried to use the package.

github-actions[bot] commented 3 years ago

Thanks for reporting this issue, we are on it :)

pcko1 commented 3 years ago

Hi, could you please provide a code snippet that replicates the exact problem?

kalkite commented 3 years ago

ImportError Traceback (most recent call last)

in () ----> 1 from etherscan import Etherscan ImportError: cannot import name 'Etherscan'
kalkite commented 3 years ago

ImportError Traceback (most recent call last) in () ----> 1 from etherscan import Etherscan

ImportError: cannot import name 'Etherscan

pcko1 commented 3 years ago

Kindly make sure that the package is installed and up-to-date by running pip install etherscan-python==2.0.2