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

fix: macos-14 (and assume later) runner(s) utilize M1 processor, causes build failures around pip #4182

Open
jeremyary opened this issue May 7, 2024 · 2 comments
Labels
kind/feature New feature or request

Comments

@jeremyary
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

As evident here, the macos-latest / macos-14 image swaps to M1 processor and caused our CI actions to fail around pip install/upgrade. Until we handle this issue, we'll be pinned to macos-13.

Reason: tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/lib/libintl.8.dylib' (no such file), '/usr/lib/libintl.8.dylib' (no such file, not in dyld cache)

Describe the solution you'd like

Investigate failures around pip & determine code changes needed to enable latest & future macos runner versions.

@jeremyary jeremyary added the kind/feature New feature or request label May 7, 2024
@tokoko
Copy link
Collaborator

tokoko commented May 8, 2024

iirc, it was setup-python action that was failing. pip wasn't involved at that point.

@jeremyary
Copy link
Collaborator Author

Doh, wrong link from me as well, here's the link to the run log for further inspection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants