`BackgroundPlotter` has moved to pyvistaqt.

  • MNE version: 1.0.1
  • operating system: Windows 10

QtDeprecationError: BackgroundPlotter has moved to pyvistaqt.
You can install this from PyPI with: pip install pyvistaqt
Then import it via: from pyvistaqt import BackgroundPlotter
BackgroundPlotter is no longer accessible by pyvista.BackgroundPlotter
See GitHub - pyvista/pyvistaqt: Qt support for PyVista

Hello, can you please post the output of

import mne
mne.sys_info()

Thanks!

i solved!

conda create --name=mne --channel=conda-forge mne
conda install --name=base nb_conda_kernels