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

No win32 wheel for Python 3.10 #15836

Open
domdfcoding opened this issue Mar 21, 2022 · 6 comments
Open

No win32 wheel for Python 3.10 #15836

domdfcoding opened this issue Mar 21, 2022 · 6 comments
Labels
Official binaries Items related to the official SciPy binaries, including wheels and vendored libs

Comments

@domdfcoding
Copy link

The current scipy release on PyPI lacks win32 (32 bit Windows) wheels for Python 3.10. There are win32 wheels for Python 3.9 and 3.8, along with win_amd64 wheels for all three Python versions.

Is this a deliberate decision? I looked through the changelog and other issues and couldn't see anything to suggest it was.

@ilayn
Copy link
Member

ilayn commented Mar 21, 2022

Yes 32-bit wheels are going to be dropped 1.8.0 onwards and Python 3.10.

@tupui
Copy link
Member

tupui commented Mar 21, 2022

I believe we can close this. We have some extensive discussions on the wheels repo and it's something we will not forget to discuss moving forward.

@tylerjereddy tylerjereddy added the Official binaries Items related to the official SciPy binaries, including wheels and vendored libs label Mar 22, 2022
@tylerjereddy
Copy link
Contributor

I think I recently saw Chuck confirm that such wheels would be possible to generate here: MacPython/numpy-wheels#157 (comment)

Not sure we'd want to spend energy on that though.

@rgommers
Copy link
Member

I'm about to post a write-up about 32-bit Windows binaries going forward. We may want to drop these indeed, but it needs to be decided for the ecosystem as a whole.

@rgommers
Copy link
Member

Related: there is currently no 32-bit compiler toolchain to build wheels with for Meson. Could be fixed, but is a lot of work. Dropping wheels would make sense. It doesn't preclude stragglers using MSVC + Intel Fortran to build SciPy for 32-bit. That's just not something we can do for official wheels.

@rgommers
Copy link
Member

Also to point out where you can find 32-bit Windows binaries:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Official binaries Items related to the official SciPy binaries, including wheels and vendored libs
Projects
None yet
Development

No branches or pull requests

5 participants