-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
macOS M1 wheels missing #191
Comments
I have this error too on a mac Intel. Any advice ? |
There is currently no wheel for M1, because the current build process does not build wheels for M1. |
@scoder noticed on https://github.com/scoder/lupa/blob/master/.github/workflows/wheels.yml#L124 that that macos stuff have v10 and v11. The latest macos version is 12. would adding wheels be as easy as updating those versions to 12? |
apparently we can run macos 12 runners on github for free https://github.blog/changelog/2022-06-13-github-actions-macos-12-for-github-hosted-runners-is-now-generally-available/ is this something* you can add to the |
Tried switching to macos-12, doesn't help. If someone who is interested in getting this to work could try out how to make it work, I'd be happy to accept a working, maintainable solution as a PR. Note that one possible solution might be to switch to cibuildwheel. They seem to have added support for M1 macs. |
@scoder I see a success for python 3.9/3.10 on macos https://github.com/scoder/lupa/runs/7712695227?check_suite_focus=true https://github.com/scoder/lupa/runs/7712695185?check_suite_focus=true what makes you say your PR didn't work? |
what makes you say your PR didn't work?
The wheels are called x86_64 and have the size of a normal, regular, one-platform wheel.
|
MacOS Big Sur 11.4 (Apple M1)
lupa version 1.9
error output
The text was updated successfully, but these errors were encountered: