-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels