owkin/FLamby

fed-ixi dataset download issue

mvesin opened this issue · 4 comments

Hi all,

When running ./flamby/datasets/fed_ixi/dataset_creation_scripts/download.py it fails with

  File "/myhome/.conda/envs/mycondaenv/lib/python3.9/site-packages/flamby/datasets/fed_ixi/dataset_creation_scripts/download.py", line 47, in dl_ixi_tiny
    response.raise_for_status()
[...]
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://md-datasets-cache-zipfiles-prod.s3.eu-west-1.amazonaws.com/7kd5wj7v7p-1.zip

Doesn't the download link need to be updated ?
Thank in advance.

I just ran into the same problem!

It has to do with Mendeley archive's hosting, but I do not know any more details.

The new link (working for me) seems to be
https://prod-dcd-datasets-cache-zipfiles.s3.eu-west-1.amazonaws.com/7kd5wj7v7p-3.zip

Hello, the issue was identified this morning (see #253). We will try to fix it ASAP. Maybe it's just about updating the url with @sharkovsky's link.

Closing as duplicate of #253 .

Great, thanks.
It works for me using the new link.