Skip to content
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

aws-cli/install step fails using [email protected] on xcode 15.4.0 #205

Open
nick-ohhh opened this issue Aug 21, 2024 · 2 comments
Open
Assignees

Comments

@nick-ohhh
Copy link

Utilizing the install command as part of the aws-cli orb results in a step failing during jobs. The error seems to be python setup.py egg_info did not run successfully, while using python 3.12.

Manually updating pip from 23.3.2 -> 24.2 does not resolve this issue.

Screenshot 2024-08-21 at 10 37 04 AM

@marboledacci
Copy link
Contributor

Apparently the installation from source doesn't work when having python 3.12, I have created an issue on aws-cli with more details here.
For now I will add a feature to install using brew to the orb. If that's not an option on this case, the other alternative is to use python 3.11.
Unfortunately AWS hasn't provided an official way to install the aws-cli on Apple Silicon, so these two are the alternatives.

@marboledacci
Copy link
Contributor

The new version https://circleci.com/developer/orbs/orb/circleci/aws-cli?version=5.1.0 has the support for brew installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants