I run sudo pip install git-review, and get the following messages:
sudo pip install git-review
Downloading/unpacking git-review C
I faced same problem but that was related proxy. it was resolved by setting proxy.
Set http_proxy=http://myuserid:mypassword@myproxyname:myproxyport Set https_proxy=http://myuserid:mypassword@myproxyname:myproxyport
This might help someone.