2023/05/24

Python ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3.

brew install openssl@1.1
pip install urllib3==1.26.6