SVD did not converge

,

Hi Could anyone give me some help please ?
I have never encountered this issue before.
After I ran ICA this is happend.

Thanks

Hello @ihgumilar, please follow our instruction when asking questions. Let me quote:

:question: If you have a question or issue with MNE-Python, please include the following info:

  • MNE version: e.g. 0.24.0
  • operating system: e.g. macOS 12 / Windows 10 / Ubuntu 18.04

:page_facing_up: Please also provide relevant code snippets – ideally a minimal working example (MWE).

:fountain_pen: To get the correct formatting, paste your Python code, then select it, and click on the Preformatted text toolbar button.

:no_mobile_phones: Please avoid sharing screenshots of code and error messages! Screenshots are difficult to work with especially on mobile devices; they don’t allow others to copy code and other text; and they don’t show up in the search.

In addition, could you please share the output of:

import mne
mne.sys_info()

Thank you.