Closed tiborsimko closed 4 years ago
Requests 2.23.0 released yesterday night, fixing the problem:
$ reana-dev docker-build -c r-j-controller -t latest --no-cache
...
Successfully built 358b8d5fc972
Successfully tagged reanahub/reana-job-controller:latest
$ reana-dev docker-build -c r-w-e-serial -t latest --no-cache
...
Successfully built 276b928859b2
Successfully tagged reanahub/reana-workflow-engine-serial:latest
$ docker run -ti --rm reanahub/reana-workflow-engine-serial:latest bash
root@91a3e814bf1e:/code# pip show requests
Name: requests
Version: 2.23.0
Summary: Python HTTP for Humans.
Home-page: https://requests.readthedocs.io
Author: Kenneth Reitz
Author-email: me@kennethreitz.org
License: Apache 2.0
Location: /usr/local/lib/python3.6/site-packages
Requires: certifi, urllib3, idna, chardet
Required-by: bravado
Fix build problems in many places related to requests/idna versions:
Could be solved by pinning.