Closed mcflugen closed 8 months ago
$ mamba install cython numpy setuptools wheel
and then when installing the babelized project,
$ pip install -e . --no-build-isolation
Closing with https://github.com/csdms/babelizer/commit/c3c567498735e51f73a4045f2b33e79aa5e85b4b and with #90.
We get the following error when compiling a C, C++, or Fortran babelized project with Python 3.8 on Linux,
As described on StackOverflow, this is a result of our babelized projects specifying a build-system in pyproject.toml. The requirements listed in the build-system section are installed from PyPI with pip but, unfortunately, these requirements are incompatible with the conda compilers.