I am trying to install python packages behind a proxy and I get the following error:
pip --proxy="user:pass@address:port" install bokeh
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', BadStatusLine("''",))': /simple/bokeh/
What do you think is going wrong?