nsidc / vagrant-vsphere

VMware vSphere provider for Vagrant
Other
608 stars 166 forks source link

vagrant-vsphere install fails on vagrant 2.2.7 #287

Open jpmat296 opened 4 years ago

jpmat296 commented 4 years ago

With vagrant 2.2.7, I get this error when I execute vagrant plugin install vagrant-vsphere:

Installing the 'vagrant-vsphere' plugin. This can take a few minutes...
Vagrant failed to properly resolve required dependencies. These
errors can commonly be caused by misconfigured plugin installations
or transient network issues. The reported error is:

conflicting dependencies i18n (~> 0.6.4) and i18n (= 1.8.2)
  Activated i18n-1.8.2
  which does not match conflicting dependency (~> 0.6.4)

  Conflicting dependency chains:
    i18n (= 1.8.2), 1.8.2 activated

  versus:
    vagrant-vsphere (> 0), 0.5.0 activated, depends on
    i18n (~> 0.6.4)

After downgrade to version 2.2.6, I can install the plugin.

This issue is very similar to issue #271 .