Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mikescott opened this issue Nov 3, 2024 · 1 comment
Open

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

mikescott opened this issue Nov 3, 2024 · 1 comment

Comments

@mikescott
Copy link

mikescott commented Nov 3, 2024

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
Copy link
Contributor

cjlapao commented Nov 4, 2024

@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
hashicorp/vagrant#13527

There is a workaround here: hashicorp/vagrant#13527 (comment) 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants