I am trying to install python packages behind a proxy and I get the following error:
pip --proxy=\"user:pass@address:port\" install bokeh
SOLVED The issue was that my dorm firewall is blocking pip (pypi.python.org). Issuing the same command at work installs python packages correctly.