-
Notifications
You must be signed in to change notification settings - Fork 9
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
bug with get_filtered_records function #15
Comments
I'm having the exact same issue. Trying to execute code as written in https://openeew.com/docs/analyze-historic gives
Executing the code with the nested asynchio fix demonstrated in this repo's jupyter notebook
then produces the same error as @mgrobaker . |
Thoughts on this @andygrillo? |
Thanks for reporting this error. It looks like it's caused by a breaking change in aiobotocore to do with how clients are created: https://github.com/aio-libs/aiobotocore/blob/master/CHANGES.rst#100-2020-03-31. As mentioned in https://github.com/terrycain/aioboto3#async-aws-sdk-for-python, clients must now be created as async context managers. As it happens, this change has already been made as part of the unreleased #10. Until a new version of the library has been released, using the current master branch should work. |
I am not able to download data using the python library. It could be an issue on my end, but I don't think so
When I follow instructions here, I get this error
The text was updated successfully, but these errors were encountered: