在pycharm运行环境中会遇到如下错误提示:
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with ‘OpenSSL 1.0.2u 20 Dec 2019’.
只需把urllib3版本 退回1.26.18或之前版本即可。
如图所示操作步骤:
在pycharm运行环境中会遇到如下错误提示:
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with ‘OpenSSL 1.0.2u 20 Dec 2019’.
只需把urllib3版本 退回1.26.18或之前版本即可。
如图所示操作步骤: