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
I'm having the same problem with "from uszipcode import SearchEngine" ImportError: cannot import name 'SearchEngine' from 'uszipcode' (C:\Users\s_cri\anaconda3\lib\site-packages\uszipcode_init_.py)
So, I figured it out. In my case, attempting to import uszipcode.search would lead to error ImportError: Numba needs NumPy 1.21 or less. So, all I had to do was to upgrade numba and downgrade Numpy to 1.20
Describe the problem
cannot import name 'SearchEngine' from 'uszipcode'
I am trying to use in a conda ArcGIS environment.
Sample code to reproduce the problem
from uszipcode import SearchEngine
package info
SQLAlchemy 1.4.46
sqlalchemy-mate 1.4.28.3
uszipcode 1.0.1
Thanks.
The text was updated successfully, but these errors were encountered: