Hi , I run this line
from mne.time_frequency import psd_welch
And am getting this Error. few days before it was working normally but now it gives this error:
ImportError Traceback (most recent call last)
in
----> 1 from mne.time_frequency import psd_welch
ImportError: cannot import name ‘psd_welch’ from ‘mne.time_frequency’ (/usr/local/lib/python3.8/dist-packages/mne/time_frequency/init.py)
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.