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 has been archived by the owner on May 15, 2024. It is now read-only.
I tried to run this today and got the following error:
{
"errorMessage": "Unable to import module 'lambda': urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168",
"errorType": "Runtime.ImportModuleError",
"stackTrace": []
}
I would assume this is happening to anyone using this repo (which is great, by the way), because this is no longer supported (from: urllib3/urllib3#2168):
Version 1.1.1 will be supported until 2023-09-11 (LTS)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to run this today and got the following error:
I would assume this is happening to anyone using this repo (which is great, by the way), because this is no longer supported (from: urllib3/urllib3#2168):
The text was updated successfully, but these errors were encountered: