5 May
2023
5 May
'23
8:15 a.m.
We’ve hit another readthedocs dependency issue causing CI/CD builds to fail. This is getting frustrating. This time the error is: https://readthedocs.org/projects/ovms/builds/20391654/ ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168 The urllib3 package is dragged in by the ‘requests’ package, and it seems their v2.29.0 broke compatibility with recent urllib3 versions. https://github.com/psf/requests/issues/6432 I added "requests<2.29.0” to the docs/source/requirements.txt to work around it, and readthedocs CI/CD builds now seem ok. Regards, Mark.
1072
Age (days ago)
1072
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Webb-Johnson