Fork me on GitHub

随笔分类 -  Python-爬虫

摘要:https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml Python安装scrapy库过程中出现“ Failed building wheel for xxx”的解决办法: 出现原因:缺失相应的whl文件。 解决办法:下载并安装对应的whl文件。 1.如何下 阅读全文
posted @ 2018-01-10 21:59 RongT 阅读(1531) 评论(0) 推荐(4)
摘要:国内的pythoner强烈建议使用豆瓣的pypi源 https://pypi.douban.com/simple/ sudo pip install -i https://pypi.douban.com/simple/ scrapysudo pip install scrapy -i http:// 阅读全文
posted @ 2018-01-08 21:18 RongT 阅读(5787) 评论(0) 推荐(3)