I recently need to install some packages
pip install future pip install scikit-learn pip install numpy pip install scipy
I also tried by wr
sudo pip install --default-timeout=100 future
or alternatively
export PIP_DEFAULT_TIMEOUT=100 worked for me on mac osx