We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
pyproject.toml
The text was updated successfully, but these errors were encountered:
thanks, worked for me
Sorry, something went wrong.
Thanks, only this worked for me.
No branches or pull requests
This project is unmaintained. If you need a workaround, you can force the dependencies to be a specific version like this:
This should work. (If it doesn't, check if the versions have changed in
pyproject.toml
for some reason)The text was updated successfully, but these errors were encountered: