After successfully installing uszipcode, trying to import Zipcode is failing
My Code
!pip install uszipcode
from uszipcode import Zipcode
This was working just fine for me about a month back on colab but is now consistently failing on my google colab
ImportError Traceback (most recent call last)
in ()
1 get_ipython().system('pip install uszipcode')
----> 2 from uszipcode import Zipcode
ImportError: cannot import name 'Zipcode' from 'uszipcode' (/usr/local/lib/python3.7/dist-packages/uszipcode/__init__.py)
After successfully installing uszipcode, trying to import Zipcode is failing
My Code
!pip install uszipcode from uszipcode import Zipcode
This was working just fine for me about a month back on colab but is now consistently failing on my google colab
ImportError Traceback (most recent call last)