This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+ #580
Closed
Description
Describe the bug
Some users are encountering this error during installation:
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3.
due to the change here: urllib3/urllib3#2168