No python 3.8 wheel available

Issue #170 resolved
Emily Bourne created an issue

There is no python 3.8 wheel available on pypi (https://pypi.org/project/mpi4py/#files).
Now that anaconda (version 2020.07) ships with python 3.8 by default this is likely to be a problem

Comments (6)

  1. Lisandro Dalcin

    Are you a Windows user?

    I can attempt to generate a wheel on AppVeyor out of the maint branch in the repo and upload the wheel to PyPI.

    Could you please offer yourself to test the wheel file in advance before I upload it?

  2. Emily Bourne reporter

    I am a windows user on travis which is not ideal for debugging anything. But I can open a branch and check if it works out of the box

  3. Emily Bourne reporter

    The x64 wheel seems to work out of the box. I don’t have a 32 bit windows image so pip won’t let me use the x86 build. Given the weak support for windows on travis I am not sure that I will be able to test the x86 build

  4. Lisandro Dalcin

    Never mind, if the x64 build works on your side that’s good enough.

    I just uploaded the new wheels to PyPI.

  5. Log in to comment