cool-easter-32542
10/01/2023, 5:34 AM--layout=zipapp PEXes that can't be loaded, e.g. so many files or large enough to for "ZIP64" extensions, which zipimport doesn't handle (python/cpython#77140).
This likely affects large PEXes including machine learning packages like PyTorch.
Describe the solution you'd like
For the pex_binary target:
• ensure that any warnings are exposed
• consider providing a pass-through check option somehow
Describe alternatives you've considered
A general mechanism for showing warnings
Additional context
N/A
pantsbuild/pants