ImportError: To be able to use evaluate-metric/glue, you need to install the following dependencies['scipy', 'scikit-learn'] using 'pip install scipy sklearn' for instance'
I saw previously linked issues for the same isssue, but seems like the error is still not fixed, Happy to make a PR if applicable
also have this where it lists a dependency twice... might be some issue with other packages? I don't see what changed.
you reckon its the packages? ill have a deeper look
~~It's for some reason looking at the imports at the top of the script. And then managing to find deeper imports twice.~~
import a
from a.b import x
from a.c import y
~~Causes a to show up twice but only gets found once. if you have inline comments it's also messed up.~~
was something unrelated, but the Import Error for some package got the solution... which might be helpful to not suppress and show to the user.