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:

  1. git clone https://github.com/google-research/google-research.git --depth=1
  2. cd google-research
  3. pip install -r rouge/requirements.txt
  4. python -m rouge.rouge --help