Skip to content

launch_mapdl() does not return for me #674

Answered by germa89
srhouyu asked this question in Q&A
Discussion options

You must be logged in to vote

Because of:

Cached ANSYS executable not found
Enter location of ANSYS executable:

I believe you have the wrong executable path in the config.txt file. I am quite convinced because of the installation directory C:\Program Files\ANSYS Inc\ANSYS Student\v212... which is quite unsual.

The file config.txt is located in the repository setting directory.
You can obtain this directory in python using:

>>> import appdirs
>>> appdirs.user_data_dir("ansys-mapdl-core")
'C:\\Users\\USER\\AppData\\Local\\ansys-mapdl-core\\ansys-mapdl-core'

You can delete the file if you wish, or just change the path to the right executable.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants