Fortran & C compiler version #20
-
Hello, may you specify what Fortran & C compiler version was used in your implementation? I believe I am having compiling issues due to the wrong version being used |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Can you please open an issue and post the error messages that you get when attempting to install and your OS and compiler versions on your system? |
Beta Was this translation helpful? Give feedback.
-
This Recursion Error occurs in the f2py part of numpy rather than the compilers themselves. It seems to have been introduced in a newer version of numpy. Try install numpy with version 1.21.2 and then run |
Beta Was this translation helpful? Give feedback.
This Recursion Error occurs in the f2py part of numpy rather than the compilers themselves. It seems to have been introduced in a newer version of numpy. Try install numpy with version 1.21.2 and then run
pip install .
Let me know if there is any issue after that.I will push something that updates the requirements.txt shortly.