运行pip install时出现以下SSL问题:
python -m pip install zeep
Collecting zeep
Retrying (Retry(total=4, connect=None, read=None, redirect=None,
status=None)) after connection broken by 'SSLError(SSLError("bad handshake:
Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify
failed')],)",),)': /simple/zeep/
答案 0 :(得分:0)
我可以使用以下方法解决问题:
python -m pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org --index-url=https://pypi.org/simple/ zeep
答案 1 :(得分:0)
如果使用Windows,请确保在Windows环境变量中添加了以下三个路径:
如果不使用Anaconda,则代替Anaconda,即安装python的路径。