So excited to start! Stuck on "vagrant up" for three days

Hi Guys, I was so excited to start learning Django. I am familiar with the basics of Python, but that is about it. I've been trying to get this "vagrant up" to run for about three days now. Can somebody please explain for newbies how to fix these errors? I would be forever in your debt.

[default] Preparing network interfaces based on configuration... [default] Forwarding ports... [default] -- 22 => 2222 (adapter 1) [default] -- 8000 => 8888 (adapter 1) [default] Booting VM... [default] Waiting for machine to boot. This may take a few minutes... DL is deprecated, please use Fiddle [default] Machine booted and ready! [default] The guest additions on this VM do not match the installed version of VirtualBox! In most cases this is fine, but in rare cases it can cause things such as shared folders to not work properly. If you see shared folder errors, please make sure the guest additions within the virtual machine match the version of VirtualBox you have installed on your host and reload your VM.

Guest Additions Version: 4.2.0 VirtualBox Version: 4.3 [default] Mounting shared folders... [default] -- /vagrant [default] -- /tmp/vagrant-chef-1/chef-solo-1/cookbooks [default] -- /tmp/vagrant-chef-1/chef-solo-2/cookbooks [default] Running provisioner: shell... [default] Running: inline script stdin: is not a tty ERROR: Error installing chef: ERROR: Failed to build gem native extension.

    /opt/vagrant_ruby/bin/ruby extconf.rb

creating Makefile

make sh: 1: make: not found

Gem files will remain installed in /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/puma -1.6.3 for inspection. Results logged to /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/puma-1.6.3/ext/puma_h ttp11/gem_make.out Building native extensions. This could take a while... The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed!

chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell

Stdout from the command:

Building native extensions. This could take a while...

Stderr from the command:

stdin: is not a tty ERROR: Error installing chef: ERROR: Failed to build gem native extension.

    /opt/vagrant_ruby/bin/ruby extconf.rb

creating Makefile

make sh: 1: make: not found

Gem files will remain installed in /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/puma -1.6.3 for inspection. Results logged to /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/puma-1.6.3/ext/puma_h ttp11/gem_make.out

Sorry You must be a logged in, registered user to answer a question.

Answers

I just got done figuring out similar issues. Take a look at what I've written here // http://gettingstartedwithdjango.com/questions/1/tips-for-fellow-begginers-resolving-errors-on-windows/ //

You appear to have two errors: //

1.) "The guest additions don't match..." -- I get the same thing and am able to complete tutorial 1, so don't sweat it //

2.) "Error installing chef" -- I had the same issue, see my link above for a solution //