본문 바로가기

개발

ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/urllib3/util/ssl_.py)

ERROR :

ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/urllib3/util/ssl_.py)

 

참고 : 

https://stackoverflow.com/questions/76414514/cannot-import-name-default-ciphers-from-urllib3-util-ssl-on-aws-lambda-us

 

"cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'" on AWS Lambda using a layer

What I want to achieve To scrape an website using AWS Lambda and save the data on S3. The issues I'm having When I execute Lambda, the following error message appears. { "errorMessage": &

stackoverflow.com

 

해결 : 

pip install requests==2.28.2

'개발' 카테고리의 다른 글

Introducing DBRX: A New State-of-the-Art Open LLM  (2) 2024.03.29
2024년은 Transformer?!  (1) 2024.03.27
Transfer Learning and Fine Tuning  (0) 2024.03.25
keras.io  (0) 2024.03.21
개발 계획  (0) 2024.03.21