You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build large wheel files in reproducible mode, the process fails due to the lack of Zip64 support. The error occurs because the ZIP file metadata (zinfo) is not correctly populated with the file size information, causing the packaging system to skip the necessary Zip64 extensions. This results in the failure of the packaging process for wheel files that exceed the 4 GB size limit imposed by the standard ZIP format.
eitanV81
changed the title
acking large wheel files fails in reproducible mode due to lack of Zip64 support.
Packing large wheel files fails in reproducible mode due to lack of Zip64 support.
Sep 23, 2024
When attempting to build large wheel files in reproducible mode, the process fails due to the lack of Zip64 support. The error occurs because the ZIP file metadata (zinfo) is not correctly populated with the file size information, causing the packaging system to skip the necessary Zip64 extensions. This results in the failure of the packaging process for wheel files that exceed the 4 GB size limit imposed by the standard ZIP format.
created simple PR to fix it:
#1576
The text was updated successfully, but these errors were encountered: