Difference between revisions of "Urllib3"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
[[~/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 | [[~/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( | warnings.warn( | ||
+ | |||
+ | == Related == | ||
+ | * [[Aiohttp]] | ||
== See also == | == See also == |
Latest revision as of 12:22, 19 August 2024
pip3 install --upgrade urllib3
NotOpenSSLWarning LibreSSL
brew install [email protected]
~/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(
Related[edit]
See also[edit]
Advertising: