[Biopython] Fwd: [Numpy-discussion] setuptools/distutils merger & numpy.distutils
Peter Cock <[email protected]> Wed, 2 Sep 2020 13:07:38 +0100
| Newsgroups | gmane.comp.python.bio.general |
|---|---|
| Message-ID | <CAKVJ-_7Th_8XKw5kaYOF-cpR7S3ujj8zS6HCmmbyQ6NtWQWMbA@mail.gmail.com> |
FYI, I’ve seen some recent continuous integration failures likely linked to setuptools v50.0.0 - might affect Biopython too? ---------- Forwarded message --------- From: Ralf Gommers <[email protected]> Date: Wed, 2 Sep 2020 at 11:34 Subject: [Numpy-discussion] setuptools/distutils merger & numpy.distutils To: Discussion of Numerical Python <[email protected]> Hi all, I spent some time looking at the fallout of the setuptools 50.0 release. There's quite a few small issues, those can/should all be worked around by pinning setuptools to a lower version. The root cause and main longer-term issue is that numpy.distutils extends and monkeypatches distutils, which mostly was fine because distutils moved super slowly and had a decent QA process. Now with setuptools, any patch goes into master and gets released to the whole wide world without any testing. The summary of that and how to deal with it I posted on https://github.com/pypa/setuptools/issues/2372 for discussion. Cheers, Ralf _______________________________________________ NumPy-Discussion mailing list [email protected] https://mail.python.org/mailman/listinfo/numpy-discussion _______________________________________________ Biopython mailing list - [email protected] https://mailman.open-bio.org/mailman/listinfo/biopython