-
Notifications
You must be signed in to change notification settings - Fork 71
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
Exception: Cannot set data directory because the path /absolute/path/to/ROUGE-1.5.5/directory/data does not exist. #25
Comments
Any update on this? I have the same error. |
Hi, in order for pyrouge to work you need to download ROUGE-1.5.5, since pyrouge is just a wrapper for ROUGE-1.5.5. |
Thank you Benjamin for the reply.
I have done as you mentioned, downloaded ROUGE-1.5.5 and have set the absolute path. But at the end I am getting this error
```
.pkg_resources.ResolutionError: Script 'scripts/pyrouge_set_rouge_path' not found in metadata at '/usr/local/lib/python3.6/dist-packages/pyrouge-0.1.3.dist-info' ```
and the tests are failing with 11 errors.
|
To fix
|
good! |
$ pyrouge_set_rouge_path </absolute/path/to/ROUGE-1.5.5/directory> |
You need to replace Check my answer on Stack Overflow for more details. |
Hi,
Thanks for the package. How do you handle this? : https://stackoverflow.com/questions/45894212/installing-pyrouge-gets-error-in-ubuntu
The text was updated successfully, but these errors were encountered: