This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author divyanshurastogi4
Recipients divyanshurastogi4
Date 2021-02-02.10:49:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612262944.94.0.282319257878.issue43100@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-02 10:49:04divyanshurastogi4setrecipients: + divyanshurastogi4
2021-02-02 10:49:04divyanshurastogi4setmessageid: <1612262944.94.0.282319257878.issue43100@roundup.psfhosted.org>
2021-02-02 10:49:04divyanshurastogi4linkissue43100 messages
2021-02-02 10:49:04divyanshurastogi4create