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
import cfscrape
File "/home/heldso/.local/lib/python3.10/site-packages/cfscrape/init.py", line 19, in
from urllib3.util.ssl_ import create_urllib3_context, DEFAULT_CIPHERS
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/helo/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py)
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
import cfscrape
File "/home/heldso/.local/lib/python3.10/site-packages/cfscrape/init.py", line 19, in
from urllib3.util.ssl_ import create_urllib3_context, DEFAULT_CIPHERS
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/home/helo/.local/lib/python3.10/site-packages/urllib3/util/ssl_.py)