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

Python wheels for arm processor #25

Open
harmankaya opened this issue Oct 17, 2024 · 1 comment
Open

Python wheels for arm processor #25

harmankaya opened this issue Oct 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@harmankaya
Copy link

Is your feature request related to a problem? Please describe.
I am unable to install fetpapi on mac with M-processors. I assume there is no python wheels for arm processors based on this? https://pypi.org/project/fetpapi/#files

Describe the solution you'd like
It would be nice to build python wheels for arm. I do think github has mac runners now?

Describe alternatives you've considered
I have tried to use x86 python container, but im getting this issue: #24.
So i have no workaround atm

@philippeVerney
Copy link
Member

philippeVerney commented Oct 17, 2024

Looking at https://github.com/pypa/cibuildwheel/blob/main/README.md, it seems totally feasible from Python 3.8.
However, my knowledge is poor on Apple architecture. I will give a look at it but cannot give a deadline.

The idea would be to update the line

os: [ubuntu-latest]
to add "macos-14" as documented in https://cibuildwheel.pypa.io/en/stable/setup/#github-actions and then configure the "env" (i.e. CIBW* properties) to make it working.

I hope to be able to look at it for the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants