mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[GH-ISSUE #133] platform binary support for x86_64-apple-darwin #110
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hakanson on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/awslabs/iam-policy-autopilot/issues/133
Is your feature request related to a problem? Please describe.
I'm unable to install on a 2019 MacBook Pro.
Describe the solution you'd like
platform binary support for x86_64-apple-darwin
Describe alternatives you've considered
Purchasing a recent era MacBook Pro
Additional context
@mschlaipfer commented on GitHub (Jan 31, 2026):
Hi @hakanson, thanks for reporting this. We just released 0.1.4, I'm wondering if you ran the script around the time we published the release, which led to this error.
I tried hard-coding the platform
x86_64-apple-darwinand I'm seeing the following output of the install script heregithub.com/awslabs/iam-policy-autopilot@9910216684/install.sh (L147-L148)Could you try running the script again and report back?
Alternatively you could try one of the other installation methods via
piporuvx, if your issue remains.@hakanson commented on GitHub (Jan 31, 2026):
I guess just bad timing on my part. Looks good now.
@mschlaipfer commented on GitHub (Jan 31, 2026):
Glad it's resolved. Thanks for the quick response!