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

Hello,

trying to run a PyAnsys script which was running before I got the following outcome:

Does anybody know what is the problem?

Thanks

Comments

  • Member, Employee, GitHub-issue-creator Posts: 11
    10 Comments Second Anniversary Name Dropper Ansys Employee
    ✭✭✭

    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.

  • Member Posts: 7
    Name Dropper First Comment
    **

    Hi,
    thanks for the advice.
    Yes, I came to the same outcome...

Welcome!

It looks like you're new here. Sign in or register to get started.