Description
Hi, @adamjstewart I want to change the link to the substation dataset to Hugging Face for the next release. But I am getting the following error while doing so. This is because the dataset is big and I have to divide it into parts, can I implement my custom function to handle this and a external library, or is there an alternative:
File /ext3/miniforge3/lib/python3.12/zipfile/init.py:257, in _EndRecData64(fpin, offset, endrec)
254 return endrec
256 if diskno != 0 or disks > 1:
--> 257 raise BadZipFile("zipfiles that span multiple disks are not supported")
259 # Assume no 'zip64 extensible data'
260 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
BadZipFile: zipfiles that span multiple disks are not supported
File /ext3/miniforge3/lib/python3.12/zipfile/init.py:257, in _EndRecData64(fpin, offset, endrec)
254 return endrec
256 if diskno != 0 or disks > 1:
--> 257 raise BadZipFile("zipfiles that span multiple disks are not supported")
259 # Assume no 'zip64 extensible data'
260 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
BadZipFile: zipfiles that span multiple disks are not supported