Hello,
trying to run a PyAnsys script which was running before I got the following outcome:
Does anybody know what is the problem?
Thanks
This is a numpy warning, not PyAnsys package issue.
Reference: https://github.com/numpy/numpy/issues/26038
Neverthless, I believe the issue is related to having Python 3.13 and installing pymapdl-reader which requires a numpy version which is not providing Python3.13 wheels. Hence when you are installing the reader, you are compiling Numpy locally using MINGW-W64.
If you want to avoid issues, I would use PyAnsys with Python 3.12 or 3.11. Not, Python 3.13.
Hi, thanks for the advice. Yes, I came to the same outcome...