Parallels / vagrant-parallels

Vagrant Parallels Provider
https://parallels.github.io/vagrant-parallels
MIT License
996 stars 87 forks source link

Can't install the vagrant-parallels plugin with Vagrant 2.4.2 #478

Open mikescott opened 2 weeks ago

mikescott commented 2 weeks ago

When running vagrant plugin install vagrant-parallels it errors with:

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 logger (= 1.6.0) and logger (= 1.6.1)
  Activated logger-1.6.1
  which does not match conflicting dependency (= 1.6.0)

  Conflicting dependency chains:
    logger (= 1.6.1), 1.6.1 activated

  versus:
    logger (= 1.6.0)

  Gems matching logger (= 1.6.0):
    logger-1.6.0
cjlapao commented 2 weeks ago

@mikescott Thanks for reporting this, unfortunately, this is not a direct issue of our plugin but of all plugins in Vagrant 2.4.2 see this https://github.com/hashicorp/vagrant/issues/13527

There is a workaround here: https://github.com/hashicorp/vagrant/issues/13527#issuecomment-2453595641 until they fix it for everyone.

we will keep an eye on this and see if there is any further updates we do on our side.

Thanks for reporting it