jschnurr / scrapyscript

Run a Scrapy spider programmatically from a script or a Celery task - no project required.
MIT License
121 stars 26 forks source link

Error upgrade scrapy 1.6 #7

Closed alejandrohdo closed 4 years ago

alejandrohdo commented 5 years ago

I upgraded scrapy to 1.6, and I get this error, it is possible that we can make an improvement ?, I do not know if it can generate an error when running my spiders

ERROR: scrapyscript 1.0.0 has requirement Scrapy==1.4.0, but you'll have scrapy 1.6.0 which is incompatible.

Thanks!

jschnurr commented 4 years ago

v1.1.0 supports the latest version of Scrapy.