使用easy_install安装scrapy,报错

error: Setup script exited with error: command 'gcc' failed with exit status 1

查看报错信息发现

尝试pip install lxml==3.3.0

继续easy_install Scrapy

成功安装后执行scrapy startproject tutorial

报错AttributeError: 'FFILibrary' object has no attribute 'SSL_OP_NO_TICKET'

查询谷歌后发现    低版本openssl未定义SSL_OP_NO_TICKET;

使用https://github.com/pyca/pyopenssl/blob/master/OpenSSL/SSL.py#L47的覆盖本地SSL.py文件。

最新文章

  1. java中关键字volatile的作用
  2. SQLite数据库
  3. Oracle与MySQL的区别
  4. android AsyncTask介绍(转)
  5. 编写一个小Servlet程序
  6. Linux自动化运维部署+运维
  7. CentOS6.4安装go环境
  8. 多线程---优先级&yield方法
  9. adapter中报错:Can't create handler inside thread that has not called Looper.prepare()
  10. 教你如何安装配置Windows7系统 IIS IIS7.5本地浏览测试网站 完整版介绍
  11. SpringBoot2.0之七 实现页面和后台代码的热部署
  12. FWT(快速沃尔什变换)小结
  13. 爬虫基础以及 re,BeatifulSoup,requests模块使用
  14. Codeforces 935E Fafa and Ancient Mathematics dp
  15. JxBrowser之二:常用函数addLoadListener
  16. Rabbitmq 与springboot 结合
  17. luogu P1762 偶数
  18. (四)CXF处理JavaBean以及复合类型
  19. 附001.Docker阿里云Registry加速器配置
  20. phpstudy手动把mysql数据库从5.5.56升级到5.6.41

热门文章

  1. sql2008中时间类型问题
  2. 自定义ASP.NET WebApplication中调用SharePoint2010的对象
  3. BOOST CHRONO steadycolock::now分析
  4. jsp文件中的路径问题
  5. web.xml加载顺序详解
  6. javascript自定义日期函数
  7. Viewing the Raw SQL Statement(xcode で)
  8. requirejs + vue 项目搭建
  9. ubuntu rc.local 无效 解决方案(转)
  10. UTF-8、UTF-16、UTF-32编码的相互转换