FYI: I didn’t see any issues or previous posts, but I assume folks have seen or know about this warning message that pops up in the log when starting a binder:
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see ImportError in system pip wrappers after an upgrade · Issue #5599 · pypa/pip · GitHub for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with ‘-m pip’ instead of running pip directly.
Anyway, I assume this is happening to everyone everywhere, so it may require changing the way pip is invoked sometime in the future.