The book you're following and the associated repository has an outdated copy of the Chef Python cookbook. Follow the suggestion in this issue comment <https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition/issues/288#issuecomment-178480300> to workaround the old pip installer link.
On Tuesday, February 9, 2016 at 6:22:45 AM UTC-8, digvijay S Naruka wrote: > > Hello, > > I checked the Vagrantfile, there is no reference to pip inside. > I'm not sure about the concept of first provisioning script. > > Are referring to downloading get-pip.py and then using the command "python > get-pip.py" to install the pip? > > On Monday, 8 February 2016 06:40:37 UTC-6, Alvaro Miranda Aguilera wrote: >> >> Hello, >> >> Inside the Vagrantfile, will be some provisioning steps, one of those >> maybe have the step to get that pip installed. >> >> If doesn't, and the pip came in the base box, what you can try is update >> pip as the first provisioning script. >> >> Are you familiar with installing/updating pip? >> >> Alvaro. >> >> On Mon, Feb 8, 2016 at 5:02 PM, digvijay S Naruka <[email protected]> >> wrote: >> >>> That is what i'm unsure of! How to fix that when all i'm doing is >>> running the command "Vagrant up." >>> Can you please provide step by step instructions on how to fix it ? >>> >>> On Wednesday, 3 February 2016 01:48:47 UTC-6, Rob Woerner wrote: >>>> >>>> Did you fix the (apparent) error : STDERR: You're using an outdated >>>> location for the get-pip.py script, please use the one available from >>>> https://bootstrap.pypa.io/get-pip.py >>>> >>> -- >>> This mailing list is governed under the HashiCorp Community Guidelines - >>> https://www.hashicorp.com/community-guidelines.html. Behavior in >>> violation of those guidelines may result in your removal from this mailing >>> list. >>> >>> GitHub Issues: https://github.com/mitchellh/vagrant/issues >>> IRC: #vagrant on Freenode >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Vagrant" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/vagrant-up/80b7a4e1-5c55-4193-953a-140f07108df6%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/vagrant-up/80b7a4e1-5c55-4193-953a-140f07108df6%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/c4a078fc-cd11-4348-b5c2-78581b9758e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
