New submission from Divyanshu <divyanshur2...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue43100> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com