首页 > 其他 > 详细

The repository located at pypi.douban.com is not a trusted or secure host and is being ignored

时间:2019-11-07 14:09:26      阅读:134      评论:0      收藏:0      [点我收藏+]
vi ~/.pip/pip.con
#正确写法 
 1 [global]
  2 timeout = 6000
  3 index-url = https://pypi.douban.com/simple
  4 
  5 [install]
  6 use-mirrors = true
  7 mirrors = https://pypi.douban.com/simple/
  8 trusted-host=pypi.douban.com


#错误写法
 1 [global]
  2 timeout = 6000
  3 index-url = http://pypi.douban.com/simple
  4 
  5 [install]
  6 use-mirrors = true
  7 mirrors = http://pypi.douban.com/simple/
  8 trusted-host=pypi.douban.com

 

 

The repository located at pypi.douban.com is not a trusted or secure host and is being ignored

原文:https://www.cnblogs.com/liangliangzz/p/11811398.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!