We workaround the issue by downloading the file with a request and unzipping only when needed.
We workaround the issue by downloading the file with a request and unzipping only when needed.
We have located the issue, it seems the file-server is changing the header when sending back the file (basically saying CSV with gzip compression, which in turn will cause any http download client to automatically unzip the content). Working on a hot fix for it 🙂
Is this the same?
https://github.com/allegroai/clearml/issues/411