You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Container] 2022/02/22 15:23:27 Running command pip install -r adf-build/requirements.txt -q
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-c4j8yl00/MarkupSafe/
You are using pip version 18.1, however version 22.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[Container] 2022/02/22 15:23:45 Command did not exit successfully pip install -r adf-build/requirements.txt -q exit status 1
[Container] 2022/02/22 15:23:45 Phase complete: INSTALL State: FAILED
[Container] 2022/02/22 15:23:45 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: pip install -r adf-build/requirements.txt -q. Reason: exit status 1
The text was updated successfully, but these errors were encountered:
What version of python do you use during the build?
The same error also start happening on 22-feb-2022 for some of my old pipelines because of outdated pip/python from legacy build image aws/codebuild/python:3.7.1
simple solution: add an explicit image statement to the build section of the pipeline definition, e.q.:
Thank you for your patience. I am happy to inform you that this issue has been resolved in our latest release v3.2.0 just now.
I'm hereby closing this issue. Please open a new issue if you are experiencing any issues with the latest release.
[Container] 2022/02/22 15:23:27 Running command pip install -r adf-build/requirements.txt -q
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-c4j8yl00/MarkupSafe/
You are using pip version 18.1, however version 22.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[Container] 2022/02/22 15:23:45 Command did not exit successfully pip install -r adf-build/requirements.txt -q exit status 1
[Container] 2022/02/22 15:23:45 Phase complete: INSTALL State: FAILED
[Container] 2022/02/22 15:23:45 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: pip install -r adf-build/requirements.txt -q. Reason: exit status 1
The text was updated successfully, but these errors were encountered: