CRASHES ARE TO BE EXPECTED - PLEASE REPORT THEM TO NUMPY DEVELOPERS

olvicam
Member Posts: 7
**
Hello,
trying to run a PyAnsys script which was running before I got the following outcome:
Does anybody know what is the problem?
Thanks
0
Comments
-
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.
0 -
Hi,
thanks for the advice.
Yes, I came to the same outcome...1