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

Error when I run Imports and Definitions #65

Open
yueyin85 opened this issue Jul 22, 2022 · 1 comment
Open

Error when I run Imports and Definitions #65

yueyin85 opened this issue Jul 22, 2022 · 1 comment

Comments

@yueyin85
Copy link

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.

@ABC0408
Copy link

ABC0408 commented Jul 22, 2022

pip install rouge-score==0.0.4

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