pip install 安装第三方插件是出现Could not fetch URL https://pypi.python.org/simple/pool/: There was a problem confirming ssl certificate问题
 
解决办法如下:
进入C:\Users\Administrator\,创建pip文件夹,然后创建pip.ini文件。

pip.ini配置内容如下:

[global]

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

[install]

trusted-host=mirrors.aliyun.com

最后,还需要配置一下环境变量,把C:\Users\Administrator\pip,添加到path中

在用pip下载第三方插件即可。

最新文章

  1. 细说.NET中的多线程 (二 线程池)
  2. Atitit  记录方法调用参数上下文arguments
  3. LNMP 源码安装
  4. Android客户端向服务器端发送数据的流程(1)
  5. UVa 10253 - Series-Parallel Networks
  6. Win7 默认hosts文件
  7. perl中执行linux命令,及其区别
  8. 【iOS】Mapkit的使用:地图显示、定位、大头针、气泡等
  9. public static void main(String[] args){} 关于Java main()方法
  10. [项目回顾]基于Redis的在线用户列表解决方案
  11. 房上的猫:java中的包
  12. Scoping the Project for iOS 7
  13. matplotlib绘图总结
  14. spring boot通过Interceptor和HandlerMethodReturnValueHandler实现统一处理为controller返回对象统计处理时间
  15. Linux内核分析— —进程的切换和系统的一般执行过程
  16. git bash 常用命令
  17. LeetCode-860. Lemonade Change
  18. Cmder - 在右键菜单添加"Cmder Here"
  19. Java基础-Java中的并法库之重入读写锁(ReentrantReadWriteLock)
  20. Query实例的ajax应用之二级联动的后台是采用php来做的

热门文章

  1. Chef and Graph Queries CodeChef - GERALD07
  2. Distance in Tree CodeForces - 161D
  3. 1-1-Java的特点
  4. 17984 FFF团的怒火
  5. XSS漏洞解析(三)
  6. 关于获取计算机唯一ID问题
  7. Bean with name 'xxxService' has been injected into other beans [xxxServiceA,xxxServiceB] in its raw version as part of a circular reference, but has eventually been wrapped
  8. http与WebSocket
  9. c语言 预处理的使用 宏展开下的#,##
  10. 联玛客(T 面试)