-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add Cython builds to MacOS using universal2
#242
Comments
I wonder if it'd be easy to setup https://github.com/pypa/cibuildwheel |
ouh never seen that before, thank you for the link! |
It looks to be creating |
I was still getting issues, but weirdly updating python (not specifically pip) seemed to fix it:
I also noticed the GHA runner version changed between my 3.9/3.10 and 3.11 builds (which is very odd - same workflow run, just in a matrix all using I think it might have to do with the wheels being tagged I think the poetry config is a bit off though and |
Discovered by @JacobHayes in the 7.0.0 release, the builds for
macOS
cython version were not working except on latest python 3.11 that was able to build auniversal2
package.I have tried building universal2 with older versions of python with github actions on macos-12 but without luck:
It also seems to plague a lot of other people as well:
pyenv/pyenv#1877
https://stackoverflow.com/questions/72218180/ld-symbols-not-found-for-architecture-arm64-when-compile-python
macos build config options for python: https://docs.python.org/3/using/configure.html#macos-options
For now going to remove cython builds entirely for
7.0.0
until someone who owns a mac and can figure this out submits a PR for it!The text was updated successfully, but these errors were encountered: