aws-samples / amazon-textract-idp-cdk-constructs

MIT No Attribution
30 stars 13 forks source link

cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl #78

Closed schadem closed 1 year ago

schadem commented 1 year ago

In some accounts this error message prevents the creation of CustomResources for the Configurator or the DBInitializer

Received response status [FAILED] from custom resource. Message returned: Error: Unable to import module 'main': cannot import name 'DEFAULTCIPHERS' from 'urllib3.util.ssl' (/var/task/urllib3/uti l/ssl_.py)

One example is the https://s12d.com/aws-idp-scale-workshop, which fails in lab 5 with this error message

schadem commented 1 year ago

fixed with #79