-
Hello. I have a problem with pyansys since I updated Ansys to 2024 R1 version. Previously, I had python 3.11 and pyansys working with ansys 2023 succesfully. But now, when I run the script I get an error I don't know how fix it.
I've tried reinstalling python and pyansys and it doesn't works. Any idea? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @javilanja - this seems to me to be a PyMAPDL issue. Let me redirect this discussion to that repo. Pinging @germa89 and @clatapie for assistance to this user |
Beta Was this translation helpful? Give feedback.
-
BTW... Seems to me like a certain expected file is not available. @javilanja - you mentioned that you installed Ansys 24R1, right? Is it the student version? |
Beta Was this translation helpful? Give feedback.
-
Hi @javilanja, |
Beta Was this translation helpful? Give feedback.
Please @javilanja, can you please:
python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
this will generate a file called
mylog.log
please share in here too.