Hi There, Can I use Parallels 13 Pro and the Vagrant provider was following steps below from the URL below have hit a snag. https://parallels.github.io/vagrant-parallels/docs/installation/ I get the following error I have looked in this Log Users/user/.vagrant.d/gems/2.3.4/extensions/x86_64-darwin-13/2.3.0/nokogiri-1.8.1/mkmf.log its not telling me much..? Should I uninstall and try again ? Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is: ERROR: Failed to build gem native extension. current directory: /Users/griffinpa/.vagrant.d/gems/2.3.4/gems/nokogiri-1.8.1/ext/nokogiri /opt/vagrant/embedded/bin/ruby -r ./siteconf20170928-5377-9e4wwy.rb extconf.rb checking if the C compiler accepts ... *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/opt/vagrant/embedded/bin/$(RUBY_BASE_NAME) --help --clean /opt/vagrant/embedded/lib/ruby/2.3.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first. from /opt/vagrant/embedded/lib/ruby/2.3.0/mkmf.rb:571:in `block in try_compile' from /opt/vagrant/embedded/lib/ruby/2.3.0/mkmf.rb:522:in `with_werror' from /opt/vagrant/embedded/lib/ruby/2.3.0/mkmf.rb:571:in `try_compile' from extconf.rb:138:in `nokogiri_try_compile' from extconf.rb:162:in `block in add_cflags' from /opt/vagrant/embedded/lib/ruby/2.3.0/mkmf.rb:629:in `with_cflags' from extconf.rb:161:in `add_cflags' from extconf.rb:407:in `<main>' To see why this extension failed to compile, please check the mkmf.log which can be found here: /Users/user/.vagrant.d/gems/2.3.4/extensions/x86_64-darwin-13/2.3.0/nokogiri-1.8.1/mkmf.log extconf failed, exit code 1 Gem files will remain installed in /Users/griffinpa/.vagrant.d/gems/2.3.4/gems/nokogiri-1.8.1 for inspection. Results logged to /Users/user/.vagrant.d/gems/2.3.4/extensions/x86_64-darwin-13/2.3.0/nokogiri-1.8.1/gem_make.out
Hi! This issue looks the same as https://forum.parallels.com/threads/vagrant-plugin-install-vagrant-parallels-fails.344373/ Please, upgrade Vagrant to the latest version and then run this command to install XCode Command Line Tools: Code: $ xcode-select --install And then try to instal vagrant-parallels plugin once again.