Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BUG: Missing 3.10 wheels for macOS #20045

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

Closed
dhermes opened this issue Oct 5, 2021 · 8 comments
Closed

BUG: Missing 3.10 wheels for macOS #20045

dhermes opened this issue Oct 5, 2021 · 8 comments
Labels

Comments

@dhermes
Copy link
Contributor

dhermes commented Oct 5, 2021

Describe the issue:

Just a tracking issue here, sorry if this is a duplicate (I tried searching and didn't notice anything).

Reproduce the code example:

# N/A

Error message:

# N/A

NumPy/Python version information:

1.21.2

@bashtage
Copy link
Contributor

bashtage commented Oct 6, 2021

All of the wheels for 3.10 are missing. The 2 wheels that look like they are for 3.10 are for a RC release of Python 3.10 not final. Note the date on them is August 15, 2021 which is 2 months before 3.10 was complete. The wheels should be out in the next month. See #20039.

@QuLogic
Copy link
Contributor

QuLogic commented Oct 7, 2021

No, the 3.10 rc was explicitly ABI frozen so that it is compatible with the final release. The wheels published against it are intended to work with the final 3.10 release: #19630. macOS wheels were just too painful to build at the time (and I assume still are, which is why it's waiting for the next NumPy release.)

@craigboman
Copy link

Any idea when this is going to be resolved? Appreciate all the hard work that goes into making this happen. :)

@mattip
Copy link
Member

mattip commented Oct 12, 2021

When azure-pipelines gets a 3.10 python in its image. This usually takes a few weeks from when the version is released.

@hugovk
Copy link
Contributor

hugovk commented Oct 12, 2021

Due this week for macOS and Windows, next week for Ubuntu:

actions/runner-images#4226 (comment)

@charris
Copy link
Member

charris commented Oct 12, 2021

Note that we only need the images for macOS and windows, manylinux provides it via the docker image.

@charris
Copy link
Member

charris commented Oct 15, 2021

Update (6:13 PM UTC): The images for 64 bit Python 3.10 are available on macOS and Windows. 32 bit Python 3.10 is missing from Windows, Python.h (3.10) is missing from macOS. Will check again later.

EDIT: requires latest Multibuild to even get started on macOS. @matthew-brett Does Multibuild have anything to do with the missing Python.h?

@mattip
Copy link
Member

mattip commented Nov 1, 2021

There are universal (fat) and arm64 wheels for NumPy 1.21.3 at https://pypi.org/project/numpy/#files. Do those fail to work for you? Progress on the x86_64 ones is waiting for multi-build/multibuild#438.

@charris charris closed this as completed Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants