'Will Numpy wheels for python 3.10 32 bits be available

First I asked on gitter, though I got help they were not sure, see link

Numpy release v1.21.3 states:

Note a few oddities about Python 3.10:

  • There are no 32 bit wheels for Windows, Mac, or Linux.

Questions:

  • Those wheels were not provided this time, does someone know, why?

  • From the release notes is not clear to me if wheels for windows 32 bits will be provided in the future or from now own there will be no 32 bits wheels

  • Which options do we have now? Build it on our own or download from gohlke/pythonlibs he seems to have built numpy wheels for py3.10 but pip download/install is honestly much more convenient.

Background: we test a 32bit dll with cffi and numpy and we would like to upgrade.



Solution 1:[1]

numpy-1.22.3-cp310-cp310-win32.whl is now available on pypi, just pip install numpy on python-3.10 32 bit and you are ready to go.

Solution 2:[2]

It seems the GitHub actions infrastructure repo dropped 32bit a while back and nobody complained: https://github.com/actions/virtual-environments/issues/4226#issuecomment-945097662

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Cesc
Solution 2 Nils Werner