kotartemiy / pygooglenews

If Google News had a Python library
https://newscatcherapi.com
MIT License
1.26k stars 134 forks source link

Can't install - feedreader dependency issue #25

Open NicolasCaousGV opened 2 years ago

NicolasCaousGV commented 2 years ago

This project is unmaintained. If you need a workaround, you can force the dependencies to be a specific version like this:

python -m pip install "beautifulsoup4==4.9.1"
python -m pip install "dateparser==0.7.6"
python -m pip install "requests==2.24.0"
python -m pip install "feedparser==6.0.8"
python -m pip install --no-deps pygooglenews

This should work. (If it doesn't, check if the versions have changed in pyproject.toml for some reason)

scoker-me commented 2 years ago

thanks, worked for me