kiloword dataset not downloading (MD5 hash mismatch

  • MNE version: 1.10.1
  • operating system: macOS 15

Hello,

I tried downloading the kiloword dataset using the following line of code:

mne.datasets.kiloword.data_path()

and I keep getting the following error:

ValueError: MD5 hash of downloaded file (MNE-kiloword-data.tar.gz) does not match the known hash: expected md5:3a124170795abbd2e48aae8727e719a8 but got c5428b925680b6063e1b6724e4097852. Deleted download for safety. The downloaded file may have been corrupted or the known hash may be outdated. Consider using force_update=True to force the dataset to be downloaded again.

I’ve tried the following, and it has not worked:

  1. setting force_update to True
  2. setting update_path to True
  3. Using pip install -U mne to update the mne package.
  4. Downloaded other mne datasets (other datasets downloaded just fine, seems to be this particular dataset)

Hello @Subhs, I just tried this locally and I’m getting the same error. This does indeed seem to be an issue on the MNE side. I’ve opened a bug report on the MNE issue tracker:

Best wishes,

Richard

1 Like

Hi @richard Thank you so much! I went to the bug report and then to the Fix, and my issue was resolved!
Here’s the link for the fix for anyone facing similar issues!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.