mitchellh/vagrant-aws

xmlrpc/client (LoadError)

pnik073 opened this issue · 2 comments

I am getting an xmlrpc/client (LoadError) while trying to launch a new AWS instance. I was using successfully vagrant-aws plugin for almost a year, where my scripts are versioned controlled and not changing for several months. Did something change in the latest plugin version, that causes such an error?

I even tried to reinstall everything again, but the error persits. See below the versions:

$ vagrant --version
Vagrant 2.0.2

$ sudo gem install xmlrpc
Successfully installed xmlrpc-0.3.0
Parsing documentation for xmlrpc-0.3.0
Done installing documentation for xmlrpc after 0 seconds
1 gem installed

$ vagrant plugin install vagrant-aws
Installing the 'vagrant-aws' plugin. This can take a few minutes...
Installed the plugin 'vagrant-aws (0.3.0)'!

$ vagrant up --provider=aws
...
/opt/vagrant/embedded/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- xmlrpc/client (LoadError)
...
yan0s commented

vagrant plugin install xmlrpc

Thank you @yan0s I installed that, but my vagrant AWS fails on a new error #535. I will confirm that it is all good, after I resolve the #535. Rgrds