codelucas / newspaper

newspaper3k is a news, full-text, and article metadata extraction in Python 3. Advanced docs:
https://goo.gl/VX41yK
MIT License
14.06k stars 2.11k forks source link

Error while running pip install newspaper. #641

Open Jezwin opened 5 years ago

Jezwin commented 5 years ago

Running the command pip install newspaper runs into the following error.

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-eArVUw/nltk/

peterwade153 commented 5 years ago

Install newspaper with the following command $ pip3 install newspaper3k

bhattvin commented 3 years ago

pip3 install newspaper3k command gives error as follows on windows 7:

Warning: Retrying after connection broken by newConnectionError [Errno 11001] getaddrinfo failed

Have installed many modules by pip or pip3 like tensorflow.

Help please...