The challenge with version conflicts is often less that you need to go update the constraints (which has little to do with sysadmin'ing, TBH) and more that you have insufficient *integration tests* and you're relying upon something else running the per-package tears.
On Thu, Feb 25, 2021, 00:10 Peter Wang <[email protected]> wrote: > On Wed, Feb 24, 2021 at 8:50 PM Mike Miller <[email protected]> > wrote: > >> I never understood the fear around version conflicts. > > > With binary extension modules, version conflicts lead to (at best) runtime > segfault and (at worst) subtle *data* bugs that return incorrect results. > There are also deeper concerns around security and reproducibility. > > >> Perhaps it has to do with >> the decline of sys-admin skills over the years? > > > Many millions of users of new Python users show up every year, using the > language and its powerful ecosystem for data analytics and scientific > computing, and they have no hope of having sys-admin skills. > > -Peter > > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/TYZ6QT4BVQY7SVXV6E63YKNV6SCNFZ7V/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/O2TB7YIP6NHTBORZJNFFNU45VV2C26OV/ Code of Conduct: http://python.org/psf/codeofconduct/
