Replies: 3 comments
-
|
I tried a new install and got the same warning. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Dan, it's all good, it seems to be working OK (it's raining atm so system is turned off). But I had to upgrade my Pi as piHole would no longer run on my very antiquated install. Thanks for looking into it, I appreciate the effort. |
Beta Was this translation helpful? Give feedback.
-
|
The project currently includes a local copy of the requests library in the requests/ folder. On modern Raspberry Pi OS / Python setups, running sip.py often produces this warning: This happens because the local requests version checks dependency versions (urllib3, chardet, charset_normalizer) against older tested versions. Current system packages are newer, triggering the warning, though functionality usually works fine. Recommended solution:
Benefits:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I followed the instructions to install this (have done so in the past without issue thank you) but when I run it I get this:
root@piHole:/opt/SIP# python sip.py
/opt/SIP/requests/init.py:109: RequestsDependencyWarning: urllib3 (2.3.0) or chardet (5.2.0)/charset_normalizer (3.4.2) doesn't match a supported version!
warnings.warn(
plugins loaded:
mobile_app
plugin_manager
system_update
Starting timing loop
http://:::80/
It does work and opens in a broswer but I don't know if the warning and the lack of host IP in the above output are an issue.
Cheers
A
Beta Was this translation helpful? Give feedback.
All reactions