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

Posted in :

Had same issue while working on macbook air m1. This did the trick for me

pip uninstall urllib3
pip install 'urllib3<2.0'

使用 ‘urllib3<2.0’ 目前是可以下載到 urllib3-1.26.16

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *