Re: python2.7 pip install fails with SSLError

2022-03-17 Thread Ryan Schmidt
On Mar 17, 2022, at 14:49, Steven Smith wrote: >> macOS 12.3 removes /usr/bin/python > > This package encapsulates everything in a virtualenv, so that wasn’t the > issue. In case anyone runs into something similar, my logs say this the > removal of /usr/local/lib/.Python is the issue: > >>

Re: python2.7 pip install fails with SSLError

2022-03-17 Thread Steven Smith
> macOS 12.3 removes /usr/bin/python This package encapsulates everything in a virtualenv, so that wasn’t the issue. In case anyone runs into something similar, my logs say this the removal of /usr/local/lib/.Python is the issue: > dyld[545]: Library not loaded: @executable_path/../.Python >

Re: python2.7 pip install fails with SSLError

2022-03-17 Thread Ryan Schmidt
On Mar 17, 2022, at 14:37, Steven Smith wrote: > Thanks everyone for your responses and suggestions. > > Short story: I used the existing `sudo port install calendar-contacts-server` > and … it works! > > Even though this project is old and archived, I’m not aware of any open > source that

Re: python2.7 pip install fails with SSLError

2022-03-17 Thread Steven Smith
Thanks everyone for your responses and suggestions. Short story: I used the existing `sudo port install calendar-contacts-server` and … it works! Even though this project is old and archived, I’m not aware of any open source that replaces its functionality, and it’s now fully reliant on a

Re: python2.7 pip install fails with SSLError

2022-03-17 Thread Ryan Schmidt
On Mar 17, 2022, at 04:39, Chris Jones wrote: > Does the port *have* to use python 2.7 ? Is it not compatible with python 3.x > ? See https://github.com/apple/ccs-calendarserver/issues/537 where Steven asked upstream for guidance on migrating to Python 3. There was no reply. The project is no

GitHub Currently Impaired

2022-03-17 Thread Christopher Nielsen
So you may see failures - whether pushing changes via Git, attempting to merge PRs via the site, etc - related to everything. There’s no resolution ETA yet, but hopefully it won’t be impaired for long. Cheers, -Chris

Re: python2.7 pip install fails with SSLError

2022-03-17 Thread Chris Jones
Does the port *have* to use python 2.7 ? Is it not compatible with python 3.x ? On 15/03/2022 12:09 am, Steven Smith wrote: I’m trying to update calendar-contacts-server to macOS 12.3. This requires installing a bunch of stuff with python2.7’s pip. I’m hitting an SSLError at the command: