Skip to content

installation issue, building process, linux #34

@cmcgrud1

Description

@cmcgrud1

Good day,
In an attempt to install ceres on a linux OS I keep running into the following issue:
` 2.- Building processes...

 ----------------------------------------------------------
 > Fortran code found in directory utils/CCF. Building...
 >...done!
 > C code found in directory utils/Continuum. Building...
 >...done!
 > C code found in directory utils/Continuum. Building...
 >...done!
 > C code found in directory utils/Continuum. Building...
 >...done!
 > C code found in directory utils/OptExtract. Building...
 ----------------------------------------------------------
 > ERROR: CERES couldn't be installed.
 > Problem building code in utils/OptExtract. The error was:

 	Marsh.c:2:10: fatal error: numpy/arrayobject.h: No such file or directory
 	 #include <numpy/arrayobject.h>
 	          ^~~~~~~~~~~~~~~~~~~~~
 	compilation terminated.
 	error: command 'gcc' failed with exit status 1

 > If you can't solve the problem, please communicate
 > with the CERES team for help.`

I've check the include/numpy/ directory and it does contain arrayobject.h so I'm a little confused why it's having trouble find it. I've even tried hard coding the setup.py file to point directly to the appropriate include/numpy/ directory with no avail. Please help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions