pygooglenews
pygooglenews copied to clipboard
Can't install - feedreader dependency issue
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)
thanks, worked for me