-
Not sure what changed on my end, but I'm currently having an issue running pyMAPDL. Running mapdl = launch_mapdl() generates the following errors:
I've done a clean uninstall and reinstall of ANSYS and am able to use Workbench just fine. Not sure what suddenly changed and could appreciate any help to get back on track. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
mmmhhh..... I will bet it is because of I think your config file for that module is outdated. Can you try: from ansys.tools.path.path import clear_configuration
clear_configuration("all") If that does not work, can you delete the file which >>> from ansys.tools.path.path import CONFIG_FILE
>>> print(CONFIG_FILE)
C:\Users\user\AppData\Local\Ansys\ansys_tools_path\config.txt References: |
Beta Was this translation helpful? Give feedback.
mmmhhh..... I will bet it is because of
ansys.tools.path
module. This discussion should be transferred to that repo, but I am going to keep it here for future references.I think your config file for that module is outdated.
Can you try:
If that does not work, can you delete the file which
CONFIG_FILE
variable is pointing at?References: