码迷,mamicode.com
首页 > 其他好文 > 详细

scrapy基础(一)

时间:2018-01-24 16:49:26      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:基础   href   开始   bootstrap   python 2   系统   ref   col   director   

最近打算开始学习scrapy,在vps上安装时遇到了一些坑,记载下来

系统是debian 9,python 2.7

首先检测python版本

1 $ python -V
2 Python 2.7.13

安装pip,参见pippip installation

1 wget https://bootstrap.pypa.io/get-pip.py
2 python get-pip.py

安装Twisted,直接安装会报错 Python.h: No such file or directory,需要安装python-dev

1 apt-get install python-dev

然后安装Twisted

1 pip install twisted

可以安装scrapy了

1 pip install scrapy

scrapy基础(一)

标签:基础   href   开始   bootstrap   python 2   系统   ref   col   director   

原文地址:https://www.cnblogs.com/sakurachan/p/8341867.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!