evaluate icon indicating copy to clipboard operation
evaluate copied to clipboard

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'

Open JINO-ROHIT opened this issue 1 year ago • 3 comments

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

JINO-ROHIT avatar Sep 24 '24 11:09 JINO-ROHIT

also have this where it lists a dependency twice... might be some issue with other packages? I don't see what changed.

Vipitis avatar Sep 28 '24 23:09 Vipitis

you reckon its the packages? ill have a deeper look

JINO-ROHIT avatar Sep 29 '24 06:09 JINO-ROHIT

~~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.

Vipitis avatar Sep 29 '24 10:09 Vipitis