You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hi. Thanks for making xeus-python. Would it be possible to support manylinux2014_aarch64 wheels on PyPI? As there aren't any available at the moment for v0.15.0 this means that it isn't possible to install xeus-python when doing a multi-platform docker buildx build (--platform linux/amd64,linux/arm64) to provide Docker images that can run without heavy emulation on M1/M2 Macs without having to build xeus-pythonfrom source.
I appreciate that you have limited space on PyPI and that each additional architecture supported brings with it additional maintenance burden and time, so I fully appreciate that this might not be in scope (:+1:), but I do think it would be useful.
edit: My guess is that this is probably out of scope for the time being given jupyter-xeus/xeus-python#513 (comment). Though would you be willing to adopt cibuildwheel to make such a PR feasible for these additional wheels?
The text was updated successfully, but these errors were encountered:
matthewfeickert
changed the title
Possible to support aarch64 wheels
Possible to support aarch64 wheels?
Dec 21, 2022
Also nice to see that you're already using cibuildwheel!
Are we? I don't see any mention of this in the repo, it's the first time I hear of cibuildwheel, it sounds like it could be useful to simplify our workflow.
👋 Hi. Thanks for making
xeus-python
. Would it be possible to supportmanylinux2014_aarch64
wheels on PyPI? As there aren't any available at the moment forv0.15.0
this means that it isn't possible to installxeus-python
when doing a multi-platformdocker buildx
build (--platform linux/amd64,linux/arm64
) to provide Docker images that can run without heavy emulation on M1/M2 Macs without having to buildxeus-python
from source.I appreciate that you have limited space on PyPI and that each additional architecture supported brings with it additional maintenance burden and time, so I fully appreciate that this might not be in scope (:+1:), but I do think it would be useful.
edit: My guess is that this is probably out of scope for the time being given jupyter-xeus/xeus-python#513 (comment). Though would you be willing to adopt
cibuildwheel
to make such a PR feasible for these additional wheels?The text was updated successfully, but these errors were encountered: