Error while loading MNE datasets

Hi MNE experts,

I am a new MNE python user, i am trying to run the RSA and temporal generalization code given on the MNE website. I am getting following errors, i shall be thankful if you could please let me know how to debug this.

Error in RSA:

Error while fetching file https://mne-tools.s3.amazonaws.com/datasets/MNE-visual_92_categories.tar.gz. Dataset fetching aborted.

When i tried the link given in my browser it shows following error:

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>datasets/MNE-visual_92_categories.tar.gz</Key>
<RequestId>F12871F602D2E69A</RequestId>
<HostId>
JTSV8r0D+wK8kg0OuBadOyDtP38FuJBWvlBVeXcj5thtNudbiBgtGkVM+d/wq2Dla2wwSUcDvs0=
</HostId>
</Error>

Error in Temporal Generalization:

  File "<ipython-input-2-e12af8786b43>", line 9, in <module>
    from mne.decoding import GeneralizingEstimator

ImportError: cannot import name GeneralizingEstimator

I have tried the code on two different systems and the error is same.

Thanks

Best regards
Sanjeev

Sanjeev Nara
Predoctoral Researcher BCBL
www.bcbl.eu
https://sites.google.com/view/sanjeev-nara/

Legal disclaimer/Aviso legal/Lege-oharra: www.bcbl.eu/legal-disclaimer

hi,

yes we moved the files to : https://osf.io

you need to upgrade your mne install to latest version 0.15.1

Best,
Alex