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: > >> dyld[545]: Library not loaded: @executable_path/../.Python >> Referenced from: >> /private/var/calendarserver/Library/CalendarServer/virtualenv >> /bin/python >> Reason: tried: >> '/private/var/calendarserver/Library/CalendarServer/virtualenv/bin/../.Python' >> (no such file), '/usr/local/lib/.Python' (no such file), '/usr/lib/.Python' >> (no such file)
Hmm, I'm not familiar with any ".Python" but I don't know Python very well. macOS doesn't put anything in /usr/local/lib so the reference to that can probably be ignored.