quaint-telephone-89068
01/06/2023, 3:07 PM$ PEX_VERBOSE=1 python3.7 -m pex --interpreter-constraint $'CPython<3.10,>=3.7' pex==2.1.112 --resolver-version pip-2020-resolver --preserve-pip-download-log
...
File "/home/gha/pex/pex/pip/log_analyzer.py", line 97, in _check_returncode
with open(self._log, "r") as fp:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pex-pip-log.5vrr25lt/pip.log'
[Errno 2] No such file or directory: '/tmp/pex-pip-log.5vrr25lt/pip.log'
Some logs are written (you can see them with --preserve-pip-download-log) but there is always one that isn't. Unclear why, or under what conditions.
pantsbuild/pexuser
01/07/2023, 12:28 PM