Re: [Pythonmac-SIG] Upgrade to pip 9.0.3 (due to TLS deprecation)

2018-05-02 Thread Sumana Harihareswara
A couple updates: https://twitter.com/mikeymikey/status/989420449485344768 says > As a reminder to anyone out there that's dealing with the TLS 1.2 cutover on > python's pypi on macOS 10.12: You may still get stung by it if you end up > unfortunately needing to deal with setuptools / easy_insta

Re: [Pythonmac-SIG] Upgrade to pip 9.0.3 (due to TLS deprecation)

2018-04-08 Thread Chris Jerdonek
On Fri, Apr 6, 2018 at 6:25 AM Matthew Brett wrote: > Hi, > > On Mon, Apr 2, 2018 at 9:36 PM, Sumana Harihareswara > wrote: > > Mac users: > > > > If you are running macOS/OS X version 10.12 or older, you need to > > upgrade to the latest pip (9.0.3) to connect to the Python Package Index > > se

Re: [Pythonmac-SIG] Upgrade to pip 9.0.3 (due to TLS deprecation)

2018-04-06 Thread Matthew Brett
Hi, On Fri, Apr 6, 2018 at 7:02 PM, Sumana Harihareswara wrote: > Matthew, > > Thank you for your detailed explanations and thoughts here and in > https://groups.google.com/forum/m/#!topic/pypa-dev/Oz6SGA7gefo . > > I am not a Mac user and am fairly new to the Python packaging/distribution > wor

Re: [Pythonmac-SIG] Upgrade to pip 9.0.3 (due to TLS deprecation)

2018-04-06 Thread Ned Deily
On Apr 6, 2018, at 14:02, Sumana Harihareswara wrote: > I am not a Mac user and am fairly new to the Python packaging/distribution > world, so this may be naive and unrealistic verging on ridiculous, but: is > there anything we could ask Apple to do to help with this situation? For the most par

Re: [Pythonmac-SIG] Upgrade to pip 9.0.3 (due to TLS deprecation)

2018-04-06 Thread Sumana Harihareswara
Matthew, Thank you for your detailed explanations and thoughts here and in https://groups.google.com/forum/m/#!topic/pypa-dev/Oz6SGA7gefo . I am not a Mac user and am fairly new to the Python packaging/distribution world, so this may be naive and unrealistic verging on ridiculous, but: is the

Re: [Pythonmac-SIG] Upgrade to pip 9.0.3 (due to TLS deprecation)

2018-04-06 Thread Matthew Brett
Hi, On Fri, Apr 6, 2018 at 6:06 PM, Chris Jerdonek wrote: > > On Fri, Apr 6, 2018 at 6:25 AM Matthew Brett > wrote: >> >> Hi, >> >> On Mon, Apr 2, 2018 at 9:36 PM, Sumana Harihareswara >> wrote: >> > Mac users: >> > >> > If you are running macOS/OS X version 10.12 or older, you need to >> > upg

Re: [Pythonmac-SIG] Upgrade to pip 9.0.3 (due to TLS deprecation)

2018-04-06 Thread Sumana Harihareswara
Sorry to be terse - I am attending to some family stuff for the next few days. Thanks for the report. You may be right - what happens when you use the -v option(s) to make the error message(s) show up? I think -vvv might do the trick. The folks in #pypa on Freenode IRC and in https://github.com

Re: [Pythonmac-SIG] Upgrade to pip 9.0.3 (due to TLS deprecation)

2018-04-06 Thread Matthew Brett
Hi, On Fri, Apr 6, 2018 at 2:32 PM, Sumana Harihareswara wrote: > Sorry to be terse - I am attending to some family stuff for the next few days. > > Thanks for the report. You may be right - what happens when you use the -v > option(s) to make the error message(s) show up? I think -vvv might do

Re: [Pythonmac-SIG] Upgrade to pip 9.0.3 (due to TLS deprecation)

2018-04-06 Thread Matthew Brett
Hi, On Mon, Apr 2, 2018 at 9:36 PM, Sumana Harihareswara wrote: > Mac users: > > If you are running macOS/OS X version 10.12 or older, you need to > upgrade to the latest pip (9.0.3) to connect to the Python Package Index > securely: > > curl https://bootstrap.pypa.io/get-pip.py | python > >