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

Failed to build installable wheels for the triangle package on Intel Mac with python 3.13 #448

Closed
niksirbi opened this issue Feb 27, 2025 · 4 comments · Fixed by #449
Closed
Labels
bug Something isn't working

Comments

@niksirbi
Copy link
Member

Error: ERROR: Failed to build installable wheels for some pyproject.toml based projects (triangle)

See CI failure here.

The error occurs on macos-13 runners (Inte Mac), with Python 3.13.
It's probably relevant that we recently switched the CI to run on Python 3.13 #442.

It' likely that the triangle package doesn't provide the required wheels.

@adamltyson
Copy link
Member

Considering there are ARM wheels, should we just drop support for Intel macs?

@niksirbi
Copy link
Member Author

That would be the easier solution, yes, and there's precedent of doing it for BrainGlobe as well, right?
Should I just remove the corresponding CI runner from the workflow?

@adamltyson
Copy link
Member

Some repos still test on Intel, but others (e.g. cellfinder) are only ARM.

Should I just remove the corresponding CI runner from the workflow?

Yup. Tests can't fail if you don't run them :)

@adamltyson
Copy link
Member

adamltyson commented Feb 28, 2025

FYI we're coming up against the exact same issue in BrainGlobe now, so I think we'll likely scrap Intel support across the organisation. This problem will only get worse as time goes on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants