Thanks! I get errors that relate to pyconfig.h file, like this one:
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-9.2.0/release/cxxstd-11-iso/python-3.7/threading-multi/visibility-hidden/numpy/ndarray.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-9.2.0/release/cxxstd-11-iso/python-3.7/threading-multi/visibility-hidden/numpy/numpy.o
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/args.hpp:8,
from ./boost/python.hpp:11,
from ./boost/python/numpy/internal.hpp:17,
from libs/python/src/numpy/numpy.cpp:8:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: No such file or directory
57 | # include <pyconfig.h>
| ^~~~~~~~~~~~
compilation terminated.
I read previous threads about it, but the solution was unclear. I checked that my hardware is MPI compatible, so any help will be highly appreciated.
Thanks! I asked my system admins to get python-dev for python 3.7.0 (I don’t have sudo permissions). In the meanwhile, I’ve build the mpi binaries using the default cluster python2.7 and it seemed to work (not without warnings, but at least without fatal errors). Would this be wrong to run the stan code with python 3.7.0?