You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
I am hitting this deprecation warning
http://botocore.readthedocs.io/en/latest/client_upgrades.html
I tried to install botocore 0.66 and 0.77 thne I get another issue with pyopenssl
/usr/local/lib/python2.7/dist-packages/botocore/vendored/requests/packages/urllib3/contrib/pyopenssl.py in ()
53
54 orig_util_HAS_SNI = util.HAS_SNI
---> 55 orig_connectionpool_ssl_wrap_socket = connectionpool.ssl_wrap_socket
56
57
AttributeError: 'module' object has no attribute 'ssl_wrap_socket'
what version of botocore, boto and image were you using?