问题描述
NotOpenSSLWarning: urllib3 v2 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
解决方法
python3
bash
pip3 install urllib3==1.26.6
python2
bash
pip install urllib3==1.26.6