pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
123 stars 51 forks source link

RECORD file validation loads the entire file in memory #185

Closed pradyunsg closed 1 year ago

pradyunsg commented 1 year ago

x-ref https://github.com/python-poetry/poetry/issues/7983

This results in OOM issues when installing packages with really large files.