MinPath error with baqlava 0.5 metaphlan 3.1.0 and humann 3.9

After some more searching in the forum, I found out this was due to the humann install. The fix was to:

pip uninstall humann
pip cache purge
pip install humann --no-binary :all:

See the post here for more info

1 Like