ushahidi / geograpy

Extract countries, regions and cities from a URL or text
219 stars 133 forks source link

Error in setup.py for newspaper library for python 3 #27

Open pritampathak96 opened 6 years ago

pritampathak96 commented 6 years ago

Newspaper library is newpaper3k for python3. So, it won't install because the pip install is throwing an error there. Modifying it in the setup.py did the job for me.

medvednic commented 6 years ago

+1

rahulmehtacibc commented 5 years ago

+1

webolizzer commented 5 years ago

@Priprocks

this does not works for me :(

Could not find a version that satisfies the requirement newpaper3k (from geograpy==0.3.7) (from versions: )

mfitzp commented 5 years ago

@webolizzer you have a typo in your command — you've written newpaper3k not newspaper3k

webolizzer commented 5 years ago

@mfitzp oops, thank you, i will test it later again

marc88 commented 4 years ago

install geograpy3 for python3

https://pypi.org/project/geograpy3/