./waf configure ran ok, except for:
Code: Select all
Testing pyembed configuration : Could not build a python embedded interpreter
No suitable python distribution found
Cause : 'The configuration failed
(complete log in /scratch/data/planck_likelihood_2018/code/plc_3.0/plc-3.01/build/config.log)'
Compilation will continue without it (but I strongly advise that you install it)
Code: Select all
install /scratch/data/planck_likelihood_2018/code/plc_3.0/plc-3.01/lib/python/site-packages/clik/parobject.py (from src/python/clik/parobject.py)
src/python/clik/lkl_lensing.pyx.c:6:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
src/python/clik/lkl.pyx.c:6:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
src/python/clik/parametric.pyx.c:6:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
src/plik/component_plugin/rel2015/rel2015.pyx.c:6:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
Waf: Leaving directory `/scratch/data/planck_likelihood_2018/code/plc_3.0/plc-3.01/build'
Build failed
-> task in 'lkl_lensing' failed with exit status 1 (run with -v to display more information)
-> task in 'lkl' failed with exit status 1 (run with -v to display more information)
-> task in 'parametric' failed with exit status 1 (run with -v to display more information)
-> task in 'rel2015' failed with exit status 1 (run with -v to display more information)
- within a conda environment with python 3.9.12, cython 0.29.32 (since cython 3.0 is not working correctly within the CLASS code), numpy, astropy
- GCC 4.8.5
- ./waf configure --lapack_mkl={absolute path to intel mkl} --cfitsio_prefix={absolute path to a personal installation of cfitsio, 3.4.5}
Greetings,
-Claudio Nahmad