If you have a question or issue with MNE-Python, please include the following info:
MNE-Python version: 0.22.0
operating system: windows
Hi,
I can’t read_ch_connectivity:
I get the error message :
import mne
from mne.channels import read_ch_connectivity
Traceback (most recent call last):
File "<ipython-input-3-0e32996ab1c0>", line 1, in <module>
from mne.channels import read_ch_connectivity
ImportError: cannot import name 'read_ch_connectivity' from 'mne.channels' (C:\Users\name\Anaconda3\envs\mne\lib\site-packages\mne\channels\__init__.py)
That worked before mne upgrade. Any idea, what’s wrong?
Thanks
I really cannot reproduce this with 0.22. I wonder if your installation is corrupted, or maybe you’re using a development version of 0.22? Could you try to force-reinstall MNE by running