Closed svenhafeneger closed 6 years ago
This could work for Python 2 and 3: https://github.com/boto/botocore/blob/c632931a6cc5eab4113c976d430bcb9c059f829f/botocore/vendored/requests/packages/urllib3/response.py#L1-L4
This issues is being tracked internally and will be resolved in the next patch.
@svenhafeneger Python 3 is now supported since 1.0.2 version.
When I execute this import statement
import boto3
in Python 3, I get the following error stack trace:It looks like it is working for Python 2, only.