When Vagrant Upping, and you get this error:
ImportError: No module named requests
Stderr from the command:
stdin: is not a tty
SSH onto the box
vagrant ssh
sudo apt-get -y install python-pip && sudo pip install requests && exit
Then back in OSX
vagrant provision