Re: [Pythonmac-SIG] PyObjC and macOS 10.12 (Sierra)

Glyph Lefkowitz <[email protected]> Sun, 11 Sep 2016 12:57:21 -0700
Newsgroups gmane.comp.python.pyobjc.devel,gmane.comp.python.apple
Message-ID <[email protected]>
> On Sep 11, 2016, at 3:12 AM, Andrew Jaffe <[email protected]> wrote:
> 
> If I do the usual "pip --upgrade" for these, it fails, seemingly because of permissions (Apologies, but I don't have access to the messages anymore): it is clearly trying to delete these versions which seem to live in /System/Library/Frameworks/Python.framework/Versions/2.7/. This fails, of course, due to permissions (and system integrity protection).

This is expected, and desired, even.  Don't install packages into your system Python.  Make a virtualenv and install pyobjc there, or do a `pip install --user`.  That should work fine.

-glyph

------------------------------------------------------------------------------

_______________________________________________
Pyobjc-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyobjc-dev