Closed XenoBIT78 closed 3 years ago
Same Issue as above. On the latest docker image available.
/usr/lib/python3.8/site-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.5) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " An unexpected error occurred: pkg_resources.ContextualVersionConflict: (urllib3 1.26.5 (/config/.local/lib/python3.8/site-packages), Requirement.parse('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), {'requests'}) Please see the logfile '/tmp/tmpz7vhwul8/log' for more details.
I get this error msg when i try to make a Lets encrypt Cert using GoDaddy dns challenge:
/usr/lib/python3.8/site-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.4) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " An unexpected error occurred: pkg_resources.ContextualVersionConflict: (urllib3 1.26.4 (/config/.local/lib/python3.8/site-packages), Requirement.parse('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), {'requests'}) Please see the logfile '/tmp/tmpsqc0vcax/log' for more details.
at ChildProcess.exithandler (child_process.js:308:12) at ChildProcess.emit (events.js:314:20) at maybeClose (internal/child_process.js:1022:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
I was able to connect directly to the Docker container while it was running and upgrade "Requests" which solved this issue for me. At least until I restart the docker container.
pip3 install --upgrade requests
I pushed a new image with a fix. Could you try to see if it fixes your issue ?
Seems to work without error after updating.
Great, thanks for the follow-up!
I get this error msg when i try to make a Lets encrypt Cert using GoDaddy dns challenge:
/usr/lib/python3.8/site-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.4) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " An unexpected error occurred: pkg_resources.ContextualVersionConflict: (urllib3 1.26.4 (/config/.local/lib/python3.8/site-packages), Requirement.parse('urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1'), {'requests'}) Please see the logfile '/tmp/tmpsqc0vcax/log' for more details.