You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.
Hi @vwoloszyn , I also got this issue. The workaround is to clone the code and then comment out the problematic line in rouge.py (I commented out all the print lines). Then do python setup.py install and you should be able to get through.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
File "/Library/Python/2.7/site-packages/pyrouge/rouge.py", line 76
print("Rouge returned a non-zero error code. Output was: ", file=sys.stderr)
^
SyntaxError: invalid syntax
Do you have any idea how to solve this problem?
I installed this by pip install git+https://github.com/andersjo/pyrouge
Thanks in advanced
The text was updated successfully, but these errors were encountered: