python-scraping
python-scraping copied to clipboard
Chapter5 articles.py
I tried to run the code for the file articles.py both on Jupyter and on the anaconda command line, but everytime i run it, I get the error "No module named 'scrapy.contrib'" and up until now I couldn't solve this issue. I'd be glad if I could get any help with it, Thank you so much.
I figured out that scrapy.contrib has been deprecated, thank you though.
Refer from https://stackoverflow.com/questions/55074533/scrapy-no-module-named-scrapy-contrib scrapy.contrib has been deprecated. and in https://docs.scrapy.org/en/latest/news.html#full-list-of-relocations you can see the new location
Oh i see, thank you so much.
Thank you so much!