huggingface / evaluate

🤗 Evaluate: A library for easily evaluating machine learning models and datasets.
https://huggingface.co/docs/evaluate
Apache License 2.0
1.9k stars 235 forks source link

Unable to run pip install evaluate[template] #576

Open saicharan2804 opened 3 months ago

saicharan2804 commented 3 months ago

While trying to add create and share a new evaluation, when I run pip install evaluate[template], I get the following error:

zsh: no matches found: evaluate[template]

I was able to run the same and get it to work about a couple of months ago, so I am guessing it is a recent issue.

shenxiangzhuang commented 2 months ago

Hi @saicharan2804 , you can try install with pip install "evaluate[template]", it should work.