-
Notifications
You must be signed in to change notification settings - Fork 427
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
ValueError: too many values to unpack on _resolve_endpoint_ruleset call #1234
Comments
Updating to 5.5.1 fixed this issue for me. |
opened PR to apply this fix to the 4.x version #1235 |
I have a potentially naive follow up question. I ran into the same problem and found the same fix. What I'd love to understand is why the problem occurred in the first place. If the version of pynamodb I'm using didn't change, and the version of botocore didn't change, what did? |
It appears that in cases where lambda/ecs/fargate (?) the underlying included boto3 may be used, and updated periodically. Looking over the latest |
Just add these two lines in your dockerfile:
|
I have the following versions installed:
And I get this error when calling
.exists()
on aModel
class:The text was updated successfully, but these errors were encountered: