[X] I am using the latest version of PyMAPDL and its dependencies (fully updated virtual environment). You can update them using pip install --upgrade --upgrade-strategy eager ansys-mapdl-core in your activated virtual environment.
🔍 Description of the bug
The current pymapdl version I am using uses a recent version of apdl (24.1) and that causes an issue when trying to exit a pymapdl session.
The mapdl.exit() will give an error:
*** ERROR *** CP = 2.141 TIME= 14:55:21 The /EXI command is not permitted in server mode. The /EXI command is ignored.
🕵️ Steps To Reproduce
from ansys.mapdl.core import launch_mapdl
mapdl = launch_mapdl()
mapdl.exit()
🤓 Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
in your activated virtual environment.🔍 Description of the bug
The current pymapdl version I am using uses a recent version of apdl (24.1) and that causes an issue when trying to exit a pymapdl session. The mapdl.exit() will give an error:
*** ERROR *** CP = 2.141 TIME= 14:55:21 The /EXI command is not permitted in server mode. The /EXI command is ignored.
🕵️ Steps To Reproduce
💻 Which Operating System are you using?
Windows
🐍 Which Python version are you using?
3.11
📝 PyMAPDL Report
na
📝 Installed packages
na
📝 Logger output file
na