You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed scrapy with anaconda.
Created a project for goodreads
cd project
run scrapy crawl giveaway command
File "//anaconda2/lib/python2.7/site-packages/scrapy/spiderloader.py", line 71, in load
raise KeyError("Spider not found: {}".format(spider_name))
KeyError: 'Spider not found: giveaway'
The text was updated successfully, but these errors were encountered:
@vaibhavpacharya , this project is built on python3. Please try the same by resetting your virtenv to python3 and try it out again. If the problem persists, please let me know.
Installed scrapy with anaconda.
Created a project for goodreads
cd project
run scrapy crawl giveaway command
The text was updated successfully, but these errors were encountered: