Hi, I'm using Ubuntu 14.04 and I am trying to run a script within scrapy but get this error:
File "/home/anjo/anaconda2/lib/python2.7/site-packages/goose/crawler.py", line 28, in
from goose.extractors import StandardContentExtractor
ImportError: cannot import name StandardContentExtractor
Installing Goose Article Extractor following the instructions below, worked for me:
git clone https://github.com/grangier/python-goose.git
cd python-goose
pip install -r requirements.txt
python setup.py install
Hi, I'm using Ubuntu 14.04 and I am trying to run a script within scrapy but get this error:
File "/home/anjo/anaconda2/lib/python2.7/site-packages/goose/crawler.py", line 28, in
from goose.extractors import StandardContentExtractor
ImportError: cannot import name StandardContentExtractor
What can this be..?