module not found after cloning git repository
As Tim Roberts suggested, the README
specifies running that command from google-research
root.
Additionally, you should install the package's dependencies.
I've managed to get it running with the following steps:
git clone https://github.com/google-research/google-research.git --depth=1
cd google-research
pip install -r rouge/requirements.txt
python -m rouge.rouge --help