mt3 icon indicating copy to clipboard operation
mt3 copied to clipboard

Error when I run Imports and Definitions

Open yueyin85 opened this issue 3 years ago • 1 comments

When I run Imports and Definitions I get the following error: ModuleNotFoundError Traceback (most recent call last) in () 13 import note_seq 14 import seqio ---> 15 import t5 16 import t5x 17

4 frames /usr/local/lib/python3.7/dist-packages/t5/evaluation/metrics.py in () 35 from t5.evaluation import qa_utils 36 ---> 37 from rouge_score import rouge_scorer 38 from rouge_score import scoring 39

ModuleNotFoundError: No module named 'rouge_score' I pip rouge_score as requested. But it still goes wrong.

yueyin85 avatar Jul 22 '22 02:07 yueyin85

pip install rouge-score==0.0.4

ABC0408 avatar Jul 22 '22 06:07 ABC0408