pip install报错SSL

2025-10-11 18:41:52

1、临时使用的话添加“-i”或“--index”参数

pip install -i http://pypi.douban.com/simple/flask

2、长期使用配制成默认的

在你的“C:\Users\你的用户名\”目录下创建“pip”目录,“pip”目录下创建“pip.ini”文件(注意:以UTF-8 无BOM格式编码);

“pip.ini”文件内容:

[global] 

index-url=http://mirrors.aliyun.com/pypi/simple/

 [install] 

trusted-host=mirrors.aliyun.com

注意:trusted-host 选项为了避免麻烦是必须的,否则使用的时候会提示不受信任,或者添加“--trusted-host=mirrors.aliyun.com”选项;

注意:有网页提示需要创建或修改配置文件(linux的文件在~/.pip/pip.conf,windows在%HOMEPATH%\pip\pip.ini)。

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢