thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

RequestsDependencyWarning: urllib3 #734

Closed Jmuccigr closed 1 year ago

Jmuccigr commented 1 year ago

Getting the following when running v. 2.25 on my mac. Seems still to work in the end:

/opt/homebrew/lib/python3.10/site-packages/requests/__init__.py:109: RequestsDependencyWarning: urllib3 (1.26.13) or chardet (None)/charset_normalizer (3.0.1) doesn't match a supported version!
thp commented 1 year ago

This can be fixed with:

python3 -m pip install --upgrade urllib3
Jmuccigr commented 1 year ago

Nope, same error. I've urllib3 installed already, as the warning indicates and no update occurs when I issue the command.

thp commented 1 year ago

Try this: https://stackoverflow.com/a/73199422/1047040

Jmuccigr commented 1 year ago

Try this: https://stackoverflow.com/a/73199422/1047040

Yep, that did it. Not sure why, but I'll take it. :-)