-
Notifications
You must be signed in to change notification settings - Fork 264
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
Possible to release wheel for python 3.13/macos 13/arm? #1385
Comments
there is one for macos 14 at https://files.pythonhosted.org/packages/58/3e/5736880a607edabca4c4fc49f1ccf9a2bb2485f84478e4cd19ba11c3b803/netCDF4-1.7.2-cp313-cp313-macosx_14_0_arm64.whl Does this one not work for you? |
Note that we cannot provide macosx 13 arm wheels since github actions only has macox 14 arm platform support (https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners) |
Oh, I see! Wow, macosx 14 has only been out a little over a year, so I'm surprised github dropped support already for 13. Is there a reason that wheel can't be uploaded to pypi? Anyway, thanks for pointing me toward pythonhosted.org -- I can at least refer to that in our package's installation guide. (Installing from conda-forge also worked, but some users are reluctant to mix pip and conda....) |
I was looking and it seems like numpy has arm64 wheels targetting macos >= 11. I was wondering how, and it looks like they build those on Cirrus: https://github.com/numpy/numpy/blob/main/tools/ci/cirrus_wheels.yml. Not sure who has the appetite to reproduce, let alone maintain, that, but there is a possibility for a motivated individual.
I'm confused, pythonhosted.org is just the link on the main PyPI page? I see it there:
It's a really bad idea to mix packages compiled for PyPI with those compiled with conda-forge. Best to use all or nothing, except in very specific circumstances (like a pure python package using pip). |
The macosx_13 wheel is on pythonhosted.org, but I'm not seeing it on https://pypi.org/project/netCDF4/#files , and "pip install" on that platform can't find it, so tries to build locally from source. |
@jameswilburlewis The link posted by @jswhit above doesn't say macosx_13? it says |
NetCDF4 version 1.7.2 does not include a python 3.13 wheel for Mac OS 13/ARM. Would it be possible to add this to the release, to make it easily pip-installable for this platform?
The text was updated successfully, but these errors were encountered: