botocore.exceptions.DataNotFoundError: Unable to load data for: sdk-default-configuration. #2870
-
Python version: 3.9.5 We are getting this error after upgrading boto3 and botocore to above versions. Any suggestion what we are missing here.
It was working with boto3 1.20.19 and botocore 1.23.19 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like this question was missed because it was raised in General rather than Q&A. I'll switch the category now. Is this still an issue you're running into? I first recommend installing the latest boto3 version per this documentation: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html, and confirm that your profile/credentials configurations are correct. It looks like you may also be using third-party software, in which case there may be a compatibility issue on their end that needs to be addressed. |
Beta Was this translation helpful? Give feedback.
It looks like this question was missed because it was raised in General rather than Q&A. I'll switch the category now. Is this still an issue you're running into? I first recommend installing the latest boto3 version per this documentation: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html, and confirm that your profile/credentials configurations are correct. It looks like you may also be using third-party software, in which case there may be a compatibility issue on their end that needs to be addressed.