简体   繁体   English

SSL CERTIFICATE_VERIFY_FAILED 安装 Python package 上 ZAEAZ06EB089CE3AAB46

[英]SSL CERTIFICATE_VERIFY_FAILED installing Python package on Windows 10

I am unable to install any packages using pip install in Windows 10. Here is the sample.我无法使用 Windows 10 中的 pip install 安装任何软件包。这是示例。

在此处输入图像描述

What worked for me on Windows 10, was running:在 Windows 10 上对我有用的东西正在运行:

pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org python-certifi-win32

Most solutions just name <package_name> instead of specifying python-certifi-win32 .大多数解决方案只是命名<package_name>而不是指定python-certifi-win32

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM