摘要: pip install -i https://pypi.douban.com/simple pandas 阅读全文
posted @ 2017-06-27 16:03 xqnq2007 阅读(564) 评论(0) 推荐(0)
摘要: 你先看看 pip install scrapy需要的 pyopenssl twisted 等和你安装的版本一样么 我的就是因为TWist 版本高于 需要的用pip install twisted==13.1.0 才成功 关键就twisted版本,不能太高,用pip install scrapy,里面 阅读全文
posted @ 2017-06-27 07:12 xqnq2007 阅读(2702) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/chenhy8208/article/details/69391097 最近需要使用scrapy爬虫做一些开发,用到了splash。我本机是mac环境,跳着看资料,导致碰到了一些坑,记录一下mac如何安装运行splash 1、下载安装 DockerToolb 阅读全文
posted @ 2017-06-27 07:02 xqnq2007 阅读(501) 评论(0) 推荐(0)