Comment 2 for bug 2018567

Revision history for this message
Anil Shashikumar Belur (askb23) wrote :

I think we are hitting the same issue with our jobs:

21:45:19 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
21:45:19 botocore 1.29.129 requires urllib3<1.27,>=1.25.4, but you have urllib3 2.0.2 which is incompatible.
21:45:19 python-jenkins 1.8.0 requires setuptools<66, but you have setuptools 67.7.2 which is incompatible.

21:20:58 During handling of the above exception, another exception occurred:
21:20:58
21:20:58 File "/tmp/venv-khYE/lib/python3.10/site-packages/jenkins/__init__.py", line 576, in jenkins_request
21:20:58 self.maybe_add_crumb(req)
21:20:58 File "/tmp/venv-khYE/lib/python3.10/site-packages/jenkins/__init__.py", line 373, in maybe_add_crumb
21:20:58 response = self.jenkins_open(requests.Request(
21:20:58 File "/tmp/venv-khYE/lib/python3.10/site-packages/jenkins/__init__.py", line 560, in jenkins_open
21:20:58 return self.jenkins_request(req, add_crumb, resolve_auth).text
21:20:58 File "/tmp/venv-khYE/lib/python3.10/site-packages/jenkins/__init__.py", line 579, in jenkins_request
21:20:58 self._request(req))
21:20:58 File "/tmp/venv-khYE/lib/python3.10/site-packages/jenkins/__init__.py", line 553, in _request
21:20:58 return self._session.send(r, **_settings)
21:20:58 File "/tmp/venv-khYE/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
21:20:58 r = adapter.send(request, **kwargs)
21:20:58 File "/tmp/venv-khYE/lib/python3.10/site-packages/requests/adapters.py", line 483, in send
21:20:58 timeout = TimeoutSauce(connect=timeout, read=timeout)
21:20:58 File "/tmp/venv-khYE/lib/python3.10/site-packages/urllib3/util/timeout.py", line 119, in __init__
21:20:58 self._connect = self._validate_timeout(connect, "connect")
21:20:58 File "/tmp/venv-khYE/lib/python3.10/site-packages/urllib3/util/timeout.py", line 156, in _validate_timeout
21:20:58 raise ValueError(
21:20:58 ValueError: Timeout value connect was <object object at 0x7fe57a4948a0>, but it must be an int, float or None.
21:20:58 Traceback (most recent call last):
21:20:58
21:20:58 During handling of the above exception, another exception occurred: