surahman commented on pull request #3646: URL: https://github.com/apache/incubator-heron/pull/3646#issuecomment-1015896766
The build containers are still running older versions of Python: ```bash $ which python /opt/pyenv/shims/python The command "which python" exited with 0. $ python -V Python 2.7.17 The command "python -V" exited with 0. $ which python3 /opt/pyenv/shims/python3 The command "which python3" exited with 0. $ python3 -V Python 3.6.9 The command "python3 -V" exited with 0. ``` We will probably need to update the base Dockerfiles here: https://github.com/apache/incubator-heron/tree/master/docker/compile https://github.com/apache/incubator-heron/blob/ee369ef7745df530c765e89d2e8a2eefc8d8b742/docker/compile/Dockerfile.ubuntu18.04#L23-L40 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
