Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot import name 'SearchEngine' from 'uszipcode' #69

Open
BolieRide opened this issue Jan 9, 2023 · 3 comments
Open

cannot import name 'SearchEngine' from 'uszipcode' #69

BolieRide opened this issue Jan 9, 2023 · 3 comments

Comments

@BolieRide
Copy link

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.

@MacHu-GWU
Copy link
Owner

Looks like it is the sqlalchemy-mate API issue, let me look into it.

@SCristelI
Copy link

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)

@stajdini
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants