Skip to content

Instantly share code, notes, and snippets.

@errkk
Created December 16, 2014 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save errkk/5b7a2ad83f4701407292 to your computer and use it in GitHub Desktop.
Save errkk/5b7a2ad83f4701407292 to your computer and use it in GitHub Desktop.
Salt Bootstrap Fail 2014.7

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment