Difference between revisions of "Urllib3"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
[[NotOpenSSLWarning]] | [[NotOpenSSLWarning]] | ||
[[LibreSSL]] | [[LibreSSL]] | ||
+ | |||
+ | ~/Library/Python/3.9/lib/python/site-packages/urllib3/__init__.py:34: NotOpenSSLWarning: [[urllib3]] v2.0 only supports [[OpenSSL]] 1.1.1+, currently the 'ssl' module is compiled with '[[LibreSSL]] 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020 | ||
+ | warnings.warn( |
Revision as of 11:35, 18 October 2023
pip3 install --upgrade urllib3
NotOpenSSLWarning LibreSSL
~/Library/Python/3.9/lib/python/site-packages/urllib3/__init__.py:34: NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020 warnings.warn(
Advertising: