brash-student-40401
10/18/2022, 9:41 PMBuilding N requirements for Y.pex
), is there a way to interrogate what requirement is jamming it up? It seems like it'll happily "build" forever without making any progress.curved-television-6568
10/18/2022, 9:43 PMps ax | grep pants
which will show you running processes and one of them likely has a tmp path with interesting log files to tail during a run… 😉curved-television-6568
10/18/2022, 9:44 PMpex
tools invocation of pip
has a pip log file arg on the command line worth digging up 🙂witty-crayon-22786
10/18/2022, 9:44 PM--pex-verbosity=3 -ldebug
or higher to get some more info on where time was being spent, i think?brash-student-40401
10/18/2022, 9:45 PM