N-Nieto / Inner_Speech_Dataset

Codes to reproduce the Inner speech Dataset publicated by Nieto et al.
GNU General Public License v3.0
68 stars 27 forks source link

Problem importing Raw #17

Open eduo123 opened 7 months ago

eduo123 commented 7 months ago

Hello, I've been having problems trying to follow the new tutorial,

----> 8 from Inner_Speech_Dataset.Python_Processing.Data_extractions import extract_data_from_subject 9 from Inner_Speech_Dataset.Python_Processing.Data_processing import select_time_window, transform_for_classificator 10

/content/Inner_Speech_Dataset/Python_Processing/Data_extractions.py in 14 from Inner_Speech_Dataset.Python_Processing.Utilitys import sub_name, unify_names # noqa 15 import pickle ---> 16 from mne.io.base import Raw 17 18

ImportError: cannot import name 'Raw' from 'mne.io.base' (/usr/local/lib/python3.10/dist-packages/mne/io/base.py)

I've trying updating mne but I can't find a Raw inside mne.io.base.

What might be going on?

Thanks in avance.

N-Nieto commented 7 months ago

Thanks for reporting the issue.

Is solved now.