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
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2u 20 Dec 2019'. See: https://github.com/urllib3/urllib3/issues/2168
#7
Open
YoungSeng opened this issue
Dec 20, 2023
· 0 comments
Try to use
pip install urllib3==1.26.6
, see https://vikramsamal.medium.com/importerror-urllib3-v2-0-only-supports-openssl-1-1-1-e74510f3a5f8The text was updated successfully, but these errors were encountered: