-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error: 'ZipCodeSearch' object has no attribute 'ses' #58
Comments
What do you mean by docker container? Could you provide more information about the runtime information? Also the sample code to reproduce this problem? |
Sure, will try to isolate it and if I can do that I will post the code.
On Jan 16, 2022 9:21 PM, Sanhe ***@***.***> wrote:
What do you mean by docker container? Could you provide more information about the runtime information? Also the sample code to reproduce this problem?
|
This seems to be pretty easy to recreate: root@1ce1e9d1a1e5:/app# pip install uszipcode==1.0.1 root@1ce1e9d1a1e5:/app# python
|
@MacHu-GWU We are seeing this with the following runtime. Base Image: official python image with tag
|
It is not tested in 3.10, see https://github.com/MacHu-GWU/uszipcode-project/actions/runs/1661151266 let me test it in 3.10 and get back to you |
I'm seeing this issue on 3.9.12
|
I am experiencing the same thing on Python 3.9: My code is: from uszipcode.search import SearchEngine It was previously working fine. I had some issues with numpy and numba version incompatibility. I changed those versions and fixed that issue just to encounter this error. Not sure if the error is related to chaning numpy and numba but my code was working well previously so I'm confused. |
Describe the problem
Getting this error and the docker container crashes when I include uszipcode 1.0.1:
When I pin the version to
uszipcode==0.2.6
, I can include the module.The text was updated successfully, but these errors were encountered: