pygooglenews icon indicating copy to clipboard operation
pygooglenews copied to clipboard

Can't install - feedreader dependency issue

Open NicolasCaousGV opened this issue 3 years ago • 2 comments

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)

NicolasCaousGV avatar Jan 29 '22 16:01 NicolasCaousGV

thanks, worked for me

scoker-me avatar May 05 '22 17:05 scoker-me