munin
munin copied to clipboard
munin.py cli issue
After running python3 munin.py -i my.ini --cli , I got the below error.
Traceback (most recent call last):
File "/home/heldso/munin/munin.py", line 43, in
Hi, I had the same Issue.
Downgrading the urllib3 pip package from 2.0.4 to 1.26.16 solved the issue for me:
python -m pip install --upgrade urllib3==1.26.16