-
|
CRITICAL - pymapdl_global - logging - handle_exception - Uncaught exception line 1587 this may becaues the ansys license line1555 line197 line228 line171 my ansys is 19.2,and I have the pymapdl of 0.65 and 0.66 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi @qqw233111 Because you have an older version of MAPDL, PyMAPDL cannot connect using My advice, is to use a new MAPDL version, you can download it following: https://mapdl.docs.pyansys.com/version/stable/getting_started/install_mapdl.html |
Beta Was this translation helpful? Give feedback.
Hi @qqw233111
Because you have an older version of MAPDL, PyMAPDL cannot connect using
gRPCinterface and it is using theCORBAinterace. See https://mapdl.docs.pyansys.com/version/stable/getting_started/versioning.html#compatibility-between-mapdl-and-interfaces. That interface is not supported anymore.My advice, is to use a new MAPDL version, you can download it following: https://mapdl.docs.pyansys.com/version/stable/getting_started/install_mapdl.html