-
Notifications
You must be signed in to change notification settings - Fork 599
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
python <3.10 fails on macos-14 with dyld: Library not loaded
#825
Comments
Hello @mbway |
macos-14 is an arm64 runner and you're explicitly requesting an "x64" architecture |
Good point. I can't remember if it also fails without that. Either way the error message isn't very informative |
Hello @mbway, Thank you once again for creating this issue. ![]() ![]() ![]() Please let us know in case of any further clarifications. |
ok that makes sense. So I suppose my suggestion would be that the error message for a requested version being missing should be clearer |
Hello @mbway, Thank you for the suggestion and we will look into it in future. For now we are closing this issue as setup-python is working as implemented. |
Hi. @aparnajyothi-y reported at #825 (comment) (thanks!):
|
macos-14 aka. macos-latest has switched to being an ARM runner, only supporting newer versions of Python. This is related to actions/setup-python#825
…214) * Fix GitHub Actions crash for MacOS version change The macos-14 aka. macos-latest has switched to being an ARM runner, only supporting newer versions of Python. This is related to actions/setup-python#825 * Relax dependency constraints
macos-14 (latest) GHA image doesn't have Python <= 3.10 see actions/setup-python#825
As discussed here: actions/setup-python#825, macos-latest doesn't support Python < 3.10
…214) * Fix GitHub Actions crash for MacOS version change The macos-14 aka. macos-latest has switched to being an ARM runner, only supporting newer versions of Python. This is related to actions/setup-python#825 * Relax dependency constraints
GHA Runners with `macos-latest` are getting macOS 14 and fail to setup older versions of Python. Refs: actions/setup-python#825 (comment)
Description:
When I run this pipeline:
It fails with:
The pipeline succeeds for macos-13 or python > 3.9
Action version:
v5
Platform:
Runner type:
Tools version:
python 3.8, 3.9
Repro steps:
explained above
Expected behavior:
the pipeline to succeed
Actual behavior:
the pipeline fails
The text was updated successfully, but these errors were encountered: