Python package requires fortran compilers

Good point. I should have also included a pointer to your excellent coverage of the advantages of switching to the use of mamba via environment.yml here for such cases.
For those who aren’t aware of mamba but maybe have seen conda (Anaconda/Miniconda) around, mamba is a fast conda package builder because it reimplents the conda package manager in C++, see here for more details about it.
The environment.yml option is in the Binder documentation here.

1 Like