I tried following command
pip3 install geograpy
A warning came
WARNING! You are attempting to install newspaper's python2 repository on python3. PLEASE RUN `$ pip3 install newspaper3k` for python3 or `$ pip install newspaper` for python2
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-ulhaaak8/newspaper/
After I tried
pip3 install newspaper3k
It successfully installed
after i tried previous command again. but the same error came again.