VasssilPopov / AllSpiders

Some spiders
0 stars 3 forks source link

json_lines module issue #9

Closed peio closed 7 years ago

peio commented 7 years ago

On my system, there is an error, when executing a spider the command: scrapy runspider PIKSpider.py -o Reports/PIK-2017-05-17.json -t jsonlines

The error is runspider: error: Unable to load 'PIKSpider.py': No module named json_lines

Is due to an addition in ScrapingHelpers `` +import json_lines

peio commented 7 years ago

Resolved by installing locally the json_lines module

peio commented 7 years ago

json_lines inclusion