[New-bugs-announce] [issue43100] Python fails to execute shiv pyz files greater than 2 GB

Divyanshu report at bugs.python.org
Tue Feb 2 05:49:04 EST 2021


New submission from Divyanshu <divyanshur2017 at email.iimcal.ac.in>:

Issue with shiv packages greater than 2GBs.
Any shiv package(.pyz) greater than 2 GB fails to execute on python.
Getting the below error with a simple shiv package that contains a main file that prints Hello World, and some random data files crossing the 2GB mark (can be a data file, a zip file or whatever unrelated)
Error - cannot find 'main' module in abc.pyz

On removing some of the redundant data files so that the size becomes less than 2 GB, the package becomes functional again.

----------
messages: 386135
nosy: divyanshurastogi4
priority: normal
severity: normal
status: open
title: Python fails to execute shiv pyz files greater than 2 GB
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43100>
_______________________________________


More information about the New-bugs-announce mailing list