7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,2 CPUs Intel(R)
Xeon(R) CPU @ 2.20GHz (406F0),ASM,AES-NI)
Scanning the drive for archives:
1 file, 13510573713 bytes (13 GiB)
Extracting archive: image_train.zip
--
Path = image_train.zip
Type = zip
Physical Size = 13510573713
64-bit = +
ERROR: Unknown error -2147024894
Archives with Errors: 1
it seems like one of the file is corrupt that's why it's giving this error. how can i ignore a corrupt file ?or if there is any other way?
You can import zipfile and extract using the following commands. These commands worked for me.
import zipfile
!unzip My_big_file.zip -d My_extracted_file