Skip to content
New issue

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

munin.py cli issue #69

Open
devanghp opened this issue May 22, 2023 · 1 comment
Open

munin.py cli issue #69

devanghp opened this issue May 22, 2023 · 1 comment

Comments

@devanghp
Copy link

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)

@MaKru11
Copy link

MaKru11 commented Sep 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants