huggingface / evaluate

🤗 Evaluate: A library for easily evaluating machine learning models and datasets.

Home Page:https://huggingface.co/docs/evaluate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing Error for evaluator module

DreF174 opened this issue · comments

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)