履行进程中出现毛病:
在setting.py中禁用s3 download就能够了
解决方法:
在stackoverflow上有些解释,有时间可以看看这篇毛病分析毛病
下面是我贴的部份内容。
That particular error message is being generated by boto (boto 2.38.0 py27_0), which is used to connect to Amazon S3. Scrapy doesn’t have this enabled by default.
EDIT: In reply to the comments, this appears to be a bug with Scrapy when boto is present (bug here).
In response “how to disable the Download handler”, add the following to your settings.py file:
Your settings.py file should be in the root of your Scrapy project folder, (one level deeper than your scrapy.cfg file).
If you’ve already got DOWNLOAD_HANDLERS in your settings.py file, just add a new entry for ‘s3’ with a None value.
EDIT 2: I’d highly recommend looking at setting up virtual environments for your projects. Look into virtualenv, and it’s usage. I’d make this recommendation regardless of packages used for this project, but doubly so with your extreme number of packages.
上一篇 串口线的交叉直连之痛