-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Error #35
Comments
I've been trying to correct a range of fortran compilation errors over the past several weeks without luck; something in the compilers changed in the last several years, and it has broken some components of RADEX or f2py. Anyway, though, I don't see any clear error anywhere in your traceback, which is strange. Try leaving out the |
Thanks for the quick reply! Traceback (most recent call last): |
Also, I tried to comment out line 136 of setup.py file, and ran Traceback (most recent call last): |
you don't need to edit the code, just do: i.e., leave out the |
Oh, sorry. Okey, I did Traceback (most recent call last): |
huh, ok, so that did exactly the same thing, apparently. That's... not what I expected. this error message isn't helpful; the full traceback you gave above is (a little) more helpful. I don't quite get it - there isn't actually any error being reported by f2py. |
I'm not sure what's going on here, so for the sake of keeping issues going that I have some hope of fixing, I'm closing this. Feel free to reopen if you have more information to share. |
Hi, I'm working on Mac OS 10.15.7. I am sure I meet the requirements for installation, but I cannot.
First, I installed gcc via
brew install gcc
, and also installed gfortran viaconda install -c anaconda gfortran_osx-64
.Versions of them are as follows.
I hope you can help me.
The text was updated successfully, but these errors were encountered: