-
Notifications
You must be signed in to change notification settings - Fork 27
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
CERES installation issue #7
Comments
CERES is written for Python 2.6 and 2.7. I've not tried using it with 3.X but from what I've seen it wouldn't work. Trying using it with v2.7? |
sir,
error: Command "/usr/local/bin/gfortran -ffixed-line-length-none -fPIC -O3 -funroll-loops -I/var/folders/lg/yyvpnn3104l_h61wy23cz1nm0000gr/T/tmp85u1pe/src.macosx-10.11-x86_64-2.7 -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c -c CCF.f -o /var/folders/lg/yyvpnn3104l_h61wy23cz1nm0000gr/T/tmp85u1pe/CCF.o" failed with exit status 4
|
Hi, In order to have a clearer picture about the problem, can you try to go to the ceres/utils/CCF directory and run directly the command that is in the 'Proceso_f2py' file? That output should be more informative. Thanks! |
hello sir, thanks! this is the terminal output error: running build creating /var/folders/lg/yyvpnn3104l_h61wy23cz1nm0000gr/T/tmpf8dVyP/var |
Hi, So the error is: gfortran: internal compiler error: Killed: 9 (program f951) Cheers, |
hello sir, i m not understanding that how it can be out of memory.? Thanks!! |
Hello Sir, Many thanks in advance!!! |
Hi, what I have in my system is : For gcc I have: |
Hi, I am having a similar problem during installation. I've tried to match my gfortran and gcc versions to what you have, but I still get the following error:
This is the output when running Proceso_f2py:
These are the compiler versions I am using:
I am also using Python 2.7.12. Any help would be much appreciated. |
Hi @ryanblackman; sorry for coming so late on this answer. Your problem is 'FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!', and this has to do with the compiler apparently not getting the correct routes. To solve this, in my case I had to do N. |
Dear Sir/Madam,
I am working at Physical Research Laboratory. I am trying to install CERES on my machine but having the following trouble (below). Could you please help me how I can solve this issue.
Many thanks in advance.
1.- Preparing to install. Checking if your system has the libraries
needed to compile the codes...
2.- Building processes...
error: Command "/usr/local/bin/gfortran -ffixed-line-length-none -fPIC -O3 -funroll-loops -I/var/folders/lg/yyvpnn3104l_h61wy23cz1nm0000gr/T/tmpn9svxfw7/src.macosx-10.11-x86_64-3.5 -I/usr/local/lib/python3.5/site-packages/numpy/core/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/include/python3.5m -c -c CCF.f -o /var/folders/lg/yyvpnn3104l_h61wy23cz1nm0000gr/T/tmpn9svxfw7/CCF.o" failed with exit status 4
The text was updated successfully, but these errors were encountered: