I would like to run the example: https://mapdl.docs.pyansys.com/version/stable/examples/extended_examples/gui/executable.html
but after installing modules PySide6, pyvistaqt and ansys-mapdl-core and running the complete script I get an error:
ImportError: cannot import name 'MapdlTheme' from 'ansys.mapdl.core'
The line that cases the error is:
from ansys.mapdl.core import Mapdl, MapdlTheme, launch_mapdl
The installed ansys-mapdl-core is version 0.68 (latest stable version).
There is no MapdlTheme in the site-packages directory, so what should be done to get the example script running?