Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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' #642

Open
JINO-ROHIT opened this issue Sep 24, 2024 · 3 comments

Comments

@JINO-ROHIT
Copy link

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

@Vipitis
Copy link

Vipitis commented Sep 28, 2024

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

@JINO-ROHIT
Copy link
Author

you reckon its the packages? ill have a deeper look

@Vipitis
Copy link

Vipitis commented Sep 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants