Could not fetch URL https://pypi.python.org/simple/six/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600) - skipping
Could not find a version that satisfies the requirement six

经过网上查阅资料,发现是python版本的问题,高版本的Python会默认SSL。

解决方法:

pip install --trusted-host pypi.python.org  安装包的名字

最新文章

  1. Linux 系统把英文修改成中文界面
  2. CCI4.5/LintCode Validate Binary Search Tree
  3. sql server 用户'sa'登录失败(错误18456)(转载)
  4. C#委托,事件最初浅的和最易看懂的学习笔记
  5. 启动tomcat后struts框架报异常严重: Exception starting filter struts2 Unable to load configuration.
  6. pod install报错问题解决
  7. 转:SDL2源代码分析
  8. “You must not call setTag() on a view Glide is targeting” 解决
  9. java 21 - 3 字符输入流
  10. Palindrome(最长回文串manacher算法)O(n)
  11. 怎样学好C++语言
  12. iOS 之 OC开发实战
  13. 前端向后台的华丽转身 — PHP入门篇
  14. 计算机基础-Day1
  15. oracle 12 c 创建表空间,用户名,及表
  16. CF D.Mister B and Astronomers
  17. python之发送邮件~
  18. C语言三种方法调用数组
  19. OpenCV 学习笔记 01 安装OpenCV及相关依赖库
  20. Web Service(下)

热门文章

  1. 【Python】解决Django Admin管理界面样式表(CSS Style)丢失问题
  2. 云计算之路-试用Azure:制作虚拟机自定义镜像
  3. 算法笔记_061:蓝桥杯练习 字串统计(Java)
  4. kvm 虚拟化 SMP(对称多处理器)介绍及配置
  5. Android Training - Volley(Lesson 0 - 序言)
  6. Java的IO操作,个人理解。
  7. Hibernate 第一个体验程序
  8. github创建maven项目过程
  9. 让网页自动调用双核浏览器的极速模式(<meta name="renderer" content="webkit">)
  10. [机器学习实战] 决策树ID3算法