Difference between revisions of "Urllib3"
Jump to navigation
Jump to search
(Created page with " pip3 install --upgrade urllib3") |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[wikipedia:Urllib3]] | ||
pip3 install --upgrade urllib3 | 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 == | ||
+ | * [[Aiohttp]] | ||
+ | |||
+ | == See also == | ||
+ | * {{urllib3}} | ||
+ | |||
+ | [[Category:Linux]] |
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: