cool-easter-32542
02/29/2024, 8:51 PM--check=... to give build-time warnings/errors about --layout=zipapp PEXes that are likely to not be able to be loaded by a Python interpreter, e.g. so many files or large enough to require "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/pantscool-easter-32542
02/29/2024, 8:51 PM