Open
Description
During python lockfile generation, it would be nice to include the pex3 --preserve-pip-download-log
flag. When included, the pex process will print out the path to a temporary file that contains the realtime download log of the pip process. This file can then be tailed. This is useful for debugging issues like catastrophic backtracking during dependency resolution.
Activity