and get the following error:
...
File
"/home/user/venv/torch/lib/python3.7/site-packages/mne/utils/fetching.py",
line 173, in _fetch_file
shutil.move(temp_file_name, file_name)
File "/home/user/venv/torch/lib/python3.7/shutil.py", line 564, in move
raise Error("Destination path '%s' already exists" % real_dst)
shutil.Error: Destination path
'/home/user/datasets/MNE-eegbci-data/files/eegmmidb/1.0.0/.part' already
exists
I clarify that the folder did not previously exist.
What could be the problem?
>
> External Email - Use Caution
>
>
> Hello,
> I am trying to run a script based on the example in method data_path
from mne.datasets.eegbci:
>
> >>> import os
> >>> from mne.datasets import eegbci
> >>>
> >>> url = 'Index of /static/published-projects/eegmmidb/1.0.0/’
> >>> eegbci.data_path(url, os.getenv('HOME') + '/datasets')
>
> and get the following error:
> ...
> File
"/home/user/venv/torch/lib/python3.7/site-packages/mne/utils/fetching.py",
line 173, in _fetch_file
> shutil.move(temp_file_name, file_name)
> File "/home/user/venv/torch/lib/python3.7/shutil.py", line 564, in move
> raise Error("Destination path '%s' already exists" % real_dst)
> shutil.Error: Destination path
'/home/user/datasets/MNE-eegbci-data/files/eegmmidb/1.0.0/.part' already
exists
>
> I clarify that the folder did not previously exist.
> What could be the problem?
>
> Best regards,
>
> Ramiro Gatti
> PhD Fellow
> IBB-CONICET | LIRINS | FIUNER
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> Mne_analysis Info Page
_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu Mne_analysis Info Page
The error is complaining about a `.part` file (i.e., partial download). Did you abort downloading on an earlier attempt, before you got this error? Does it work if you delete the `.part` file and try again?
-- dan
Daniel McCloy https://dan.mccloy.info
Research Scientist
Institute for Learning and Brain Sciences
University of Washington
El vie., 6 mar. 2020 a las 14:26, Dan McCloy (<dan at mccloy.info>) escribi?:
External Email - Use Caution
The error is complaining about a `.part` file (i.e., partial download).
Did you abort downloading on an earlier attempt, before you got this
error? Does it work if you delete the `.part` file and try again?
-- dan
Daniel McCloy https://dan.mccloy.info
Research Scientist
Institute for Learning and Brain Sciences
University of Washington
>
> External Email - Use Caution
>
>
> Hello,
> I am trying to run a script based on the example in method data_path
from mne.datasets.eegbci:
>
> >>> import os
> >>> from mne.datasets import eegbci
> >>>
> >>> url = 'Index of /static/published-projects/eegmmidb/1.0.0/’
> >>> eegbci.data_path(url, os.getenv('HOME') + '/datasets')
>
> and get the following error:
> ...
> File
"/home/user/venv/torch/lib/python3.7/site-packages/mne/utils/fetching.py",
line 173, in _fetch_file
> shutil.move(temp_file_name, file_name)
> File "/home/user/venv/torch/lib/python3.7/shutil.py", line 564, in
move
> raise Error("Destination path '%s' already exists" % real_dst)
> shutil.Error: Destination path
'/home/user/datasets/MNE-eegbci-data/files/eegmmidb/1.0.0/.part' already
exists
>
> I clarify that the folder did not previously exist.
> What could be the problem?
>
> Best regards,
>
> Ramiro Gatti
> PhD Fellow
> IBB-CONICET | LIRINS | FIUNER
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> Mne_analysis Info Page
_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu Mne_analysis Info Page
_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu Mne_analysis Info Page