pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org
Apache License 2.0
2.49k stars 254 forks source link

Guard against mismatched `--requirements-pex`. #2392

Closed jsirois closed 3 months ago

jsirois commented 3 months ago

Pex cannot yet handle turning installed wheel chroots back into wheel files (see #2299). As such, until that time, it must reject attempts to combine PEXes with different wheel packaging.

Clarifies #2391