Had issue with skbio specifically on install
ERROR: Failed building wheel for scikit-bio
Failed to build scikit-bio
ERROR: Could not build wheels for scikit-bio, which is required to install pyproject.toml-based projects
Fixed by forcing pip install scikit-bio == 0.5.6
Strangely, this did not happen on a local install, but on a barnacle2 install
Had issue with skbio specifically on install
Fixed by forcing
pip install scikit-bio == 0.5.6Strangely, this did not happen on a local install, but on a barnacle2 install