huggingface / huggingface/evaluate
Importing Error for evaluator module
Open
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
I just started using HF Evaluate and I'm trying to follow the steps in their tutorial to do make sure it all works properly. However I keep getting the problem:
raise ImportError(
ImportError: If you want to use the `Evaluator` you need `scipy>=1.7.1`. Run `pip install evaluate[evaluator]`.
I already made sure that scipy is installed (Currently using V1.8.1) And I still keep getting the issue. What could I be doing wrong now?
(Using VS Code if that makes a difference)
Contributor guide
Assessment
This issue has not been assessed yet.