-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the 'software_paths.json' does not work #51
Comments
@PaulKSmith, |
@kbonney |
I found this error as well,it seems like lack of a file name "ansys.out". |
@PaulKSmith, I have not been able to replicate this on my end. When I change |
{"pynumad" : "/Users/ecamare/repos/pynumad/", |
Hello everyone,
New user of pyNuMAD here. Would appreciate any help from developers or existing users.
I am getting error
FileNotFoundError: [Errno 2] No such file or directory: 'ansys.out'
while running /examples/ansys_example.pySo, went in debug mode and found out the
call_ansys(filename,log)
has problem asansys_path = mapdl
only, even though I change the path in'software_paths.json'
as"ansys" : "C:/Program Files/ANSYS Inc/v232/ansys/bin/winx64/mapdl.exe",
Regards,
Paul
The text was updated successfully, but these errors were encountered: