I tried to install bmi-tester with pip on Linux and it failed. Here are my steps:
mamba create -n test -c conda-forge python pip
conda activate test
pip install bmi-tester &> install.log
I've attached the install.log file. Note that pip fetched an older version of bmi-tester, v0.5.4.
I can install the current version of bmi-tester, v0.5.5, with conda/mamba.
install.log