Hello !
when I type in a Python3 console or in Spyder
import mne
fig_roots = mne.viz.create_3d_figure(size=(600, 400), bgcolor=(0, 0, 0))
I get the following error
Using pyvistaqt 3d backend.
2026-07-23 17:09:42.780 ( 0,822s) [ 774AF2F82000]vtkXOpenGLRenderWindow.:1539 ERR| The result is out of range, failed to get the converted tmp.
mne sys_info
Platform Linux-6.8.0-134-generic-x86_64-with-glibc2.35
Python 3.10.12 (main, Jun 22 2026, 18:55:27) [GCC 11.4.0]
Executable /home/melot/venvironments/fosfornew/bin/python
CPU AMD Ryzen 5 PRO 4650GE with Radeon Graphics (12 cores)
Memory 7.1 GiB
Core
├☒ mne 1.10.0 (outdated, release 1.12.1 is available!)
├
numpy 2.2.6 (OpenBLAS 0.3.29 with 12 threads)
├
scipy 1.15.3
└
matplotlib 3.10.9 (backend=qtagg)
Numerical (optional)
├
sklearn 1.7.2
├
numba 0.66.0
├
nibabel 5.4.2
├
nilearn 0.14.0
├
dipy 1.11.0
├
openmeeg 2.5.16
├
pandas 2.3.3
├
h5io 0.2.5
├
h5py 3.16.0
└☐ unavailable cupy
Visualization (optional)
├
pyvista 0.48.4 (OpenGL 4.6 (Core Profile) Mesa 23.2.1-1ubuntu3.1~22.04.4 via RENOIR (renoir, LLVM 15.0.7, DRM 3.57, 6.8.0-134-generic))
├
pyvistaqt 0.12.0
├
vtk 9.6.2
├
qtpy 2.4.3 (PyQt6=6.4.2)
├
ipympl 0.10.0
├
pyqtgraph 0.14.0
├
mne-qt-browser 0.7.5
├
ipywidgets 8.1.8
├
trame_client 3.13.2
├
trame_server 3.12.5
├
trame_vtk 2.11.13
└
trame_vuetify 3.2.2
Ecosystem (optional)
├
neo 0.14.5
├
eeglabio 0.1.3
├
edfio 0.4.14
├
mffpy 0.11.0
├
pybv 0.8.1
└☐ unavailable mne-bids, mne-nirs, mne-features, mne-connectivity, mne-icalabel, mne-bids-pipeline
To update to the latest supported release version to get bugfixes and improvements, visit Updating MNE-Python — MNE 1.12.1 documentation
Do you see how I could fix this issue ?
Thank you very much
with best regards
Clothilde