成功解决:ssl报错:pip is configured with locations that require TLS/SSL, however the ssl module in Python i

1、下载安装openssl


#执行下载命令
sudo wget wget https://www.openssl.org/source/openssl-3.0.7.tar.gz

#解压
tar -zxvf openssl-3.0.7

你可能感兴趣的:(安装教程,报错解决,工具使用专栏,ssl,pip,python)