skillachie / news-corpus-builder

Automatic News Corpus Builder
MIT License
40 stars 20 forks source link

download error #7

Open numericlee opened 6 years ago

numericlee commented 6 years ago

pip3 install news-corpus-builder generates an error

_Collecting beautifulsoup (from goose-extractor>=1.0.25->news-corpus-builder) Using cached BeautifulSoup-3.2.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-o2uyq317/beautifulsoup/setup.py", line 22 print "Unit tests have failed!" ^ SyntaxError: Missing parentheses in call to 'print'

I believe this can be solved by updating to beautfiulsoup4_

environment: Linux

5 Is there a solution or workaround?