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
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
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..?
The text was updated successfully, but these errors were encountered:
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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..?
The text was updated successfully, but these errors were encountered: