-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circle CI build fails with "ERROR: py27: commands failed" #921
Comments
zaro0508
added a commit
to zaro0508/sceptre
that referenced
this issue
Jul 26, 2020
Python 2.7 is deprecated and it is no longer availble on Circle CI build VMs. This PR removes python ver 2.7 support from Sceptre.
ngfgrant
pushed a commit
that referenced
this issue
Dec 23, 2020
* [Resolves #956] Fix sceptre build Python 2.7 support was removed from `cloudreach/sceptre-circleci` docker image in commit Sceptre/sceptre-circleci@975fa09 and tagged with https://github.com/Sceptre/sceptre-circleci/releases/tag/v0.5.0 We removed python 2.7 support from sceptre in PR #922 however we neglected to update cicleci to build with the updated docker image. This PR will update the docker image to remove python 2.7 from the builds. * update pip * fix pip flag * adjust updated version with PR sceptre-circleci/pull/1
thawkson
pushed a commit
to thawkson/sceptre
that referenced
this issue
Feb 6, 2021
Python 2.7 is deprecated and it is no longer availble on Circle CI build VMs. This PR removes python ver 2.7 support from Sceptre.
thawkson
pushed a commit
to thawkson/sceptre
that referenced
this issue
Feb 6, 2021
…fix build (Sceptre#959) * [Resolves Sceptre#956] Fix sceptre build Python 2.7 support was removed from `cloudreach/sceptre-circleci` docker image in commit Sceptre/sceptre-circleci@975fa09 and tagged with https://github.com/Sceptre/sceptre-circleci/releases/tag/v0.5.0 We removed python 2.7 support from sceptre in PR Sceptre#922 however we neglected to update cicleci to build with the updated docker image. This PR will update the docker image to remove python 2.7 from the builds. * update pip * fix pip flag * adjust updated version with PR sceptre-circleci/pull/1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe CircleCI has dropped python version 2.7 support. The latest CI build failed with
ERROR: py27: commands failed
and ...The text was updated successfully, but these errors were encountered: