[Distutils] Installing packages using pip

Robert McGibbon rmcgibbo at gmail.com
Sun Nov 15 17:20:28 EST 2015


But I think dll/pyd files from extension modules present more of a
challenge, since they're left open. I recall some issues around this with
conda (e.g. https://github.com/conda/conda-build/pull/520)

-Robert

On Sun, Nov 15, 2015 at 12:31 PM, Paul Moore <p.f.moore at gmail.com> wrote:

> On 15 November 2015 at 20:25, Chris Barker - NOAA Federal
> <chris.barker at noaa.gov> wrote:
> > Though I suspect that Window's aggressive file locking will put the
> kibosh
> > on in-place upgrades :)
>
> Generally, no. Python loads pyc files with a single read, it doesn't
> leave the files open. The only locking issues are when you try to
> upgrade a wrapper exe while it's in use. That might affect you if you
> try to upgrade IPython from within IPython, but otherwise it's
> probably fine.
>
> Paul
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20151115/8bc2a1a5/attachment-0001.html>


More information about the Distutils-SIG mailing list