Running ./install.sh within a virtualenv I get the following:
ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
Removing the --user flag resolves the issue in my virtualenv. Not submitting a pull request as this is more dependent on individual setups. But maybe add a note in the docs?