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

Skip to content

CPython 3.9 wheels #17482

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
hroncok opened this issue Oct 7, 2020 · 13 comments
Closed

CPython 3.9 wheels #17482

hroncok opened this issue Oct 7, 2020 · 13 comments

Comments

@hroncok
Copy link
Contributor

hroncok commented Oct 7, 2020

Hello. Could you please release CPython 3.9 manylinux wheels on PyPI?

Python 3.9.0 final was released this week: https://www.python.org/downloads/release/python-390/

Thank You.

@mattip
Copy link
Member

mattip commented Oct 7, 2020

xref MacPython/numpy-wheels#101. When that PR passes, we can begin the process of uploading wheels. We are waiting for Azure to support python 3.9, see this issue actions/runner-images#1740. According to this comment that should be solved soon but not before next week.

If someone wishes to help, they could try to do a PR to move the wheel building from Azure to github actions, which is more flexible.

@mattip mattip changed the title CPython 3.9 manylinux wheels CPython 3.9 wheels Oct 7, 2020
@mattip
Copy link
Member

mattip commented Oct 7, 2020

Changing the title to reflect the idea that we will release 39. wheels for all architectures together.

@Luttik
Copy link

Luttik commented Oct 19, 2020

Would it be possible to use an alternative for azure to build the numpy official wheels? For me, numpy is always the blocking library when new python versions release.

@matthew-brett
Copy link
Contributor

Is there any way of installing the latest Python on Azure? That's what we were doing on Appveyor - installing the binaries from Python.org as soon as they were released.

@charris
Copy link
Member

charris commented Oct 19, 2020

Is there any way of installing the latest Python on Azure?

Yes, and Github actions can do it now. We have also been releasing manylinux2010 Python 3.9 nightly wheels for a while. However, I expect the cached versions of Python 3.9 to be available in a day or two which will take care of Mac and Windows wheels, and I'd also like to get a fix for the Windows 2004 fmod problem as well, although that may have to wait. I expect next time things will move much faster on Azure, the Azure team is aware that they need to be better prepared for the next Python release.

@hugovk
Copy link
Contributor

hugovk commented Oct 19, 2020

Everyone give this an upvote for Azure Pipelines to have on-demand Python, like GitHub Actions does:

(re: actions/runner-images#1740 (comment))

@matthew-brett
Copy link
Contributor

I would only say - it would be worth considering what to do if Azure does not speed up this process for next time. Previous discussions I've seen from Microsoft folks has implied that they are not as invested in wheels as many of us are - not surprisingly - and so it's possible this may not be high up their priority list.

@charris
Copy link
Member

charris commented Oct 19, 2020

this may not be high up their priority list

I have the impression that they are also considering making some of the development versions available, which would be helpful. We will see.

@kyamagu kyamagu mentioned this issue Oct 23, 2020
4 tasks
@takluyver
Copy link
Contributor

It appears the images on Azure have Python 3.9 now.

@jpivarski
Copy link

Is there a PR, a progress bar, or something I can watch to estimate when this will be done? My project depends on NumPy and I want to know how to schedule my own work. Thanks!

@effigies
Copy link
Contributor

effigies commented Oct 28, 2020

Is there a PR, a progress bar, or something I can watch to estimate when this will be done?

FWIW, I've just subscribed to this issue.

Nightly wheels are being built, so if you're comfortable using prereleases for testing, you can get your CI set up using those for now: https://anaconda.org/scipy-wheels-nightly/numpy/files

@cclauss
Copy link

cclauss commented Oct 29, 2020

https://github.com/numpy/numpy/releases/tag/v1.19.3 should close this issue.

@hroncok hroncok closed this as completed Oct 29, 2020
@hroncok
Copy link
Contributor Author

hroncok commented Oct 29, 2020

Thanks to everybody who made the wheels happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants