Dear MNE community,
I received this error message:
ImportError: cannot import name 'import_nibabel’ from ‘mne.utils’ (D:\Logiciels\anaconda3\lib\site-packages\mne\utils_init.py)
When I try to run the following function:
mne_gui.locate_ieeg(
sEEG_Data.info,
subj_trans,
CT_aligned,
subject = ‘sub’+ListSuj[suj],
subjects_dir = dirFreeSurfer,
block=True,
)
That comes from the tutorial: Locating intracranial electrode contacts — MNE-GUI-Addons 0.2.0.dev13+g8ae9622 documentation
I use MNE version 1.0.3, on Spyder (Python 3.10.13), on Windows 10.
Can you help me to solve this issue?
Thanks,
Camille.