-
Notifications
You must be signed in to change notification settings - Fork 102
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
fresh install: Installing the 'vagrant-google --version '2.7.0'' plugin... conflicting dependencies google-cloud-env (~> 2.1) and google-cloud-env (~> 1.2) #271
Comments
|
PR that I am tinkering with here to: |
Tried nuking gems, no go:
|
full uninstall/reinstall commands, plus nuked ~/.vagrant.d
|
ultimately, seems like a real issue to me. Here is what I see:
but ALSO has a dependency on
which > ultimately resolves to
There are two dependency resolutions in the chain above, which cause the conflict:
Now, https://github.com/fog/fog-google/blob/master/CHANGELOG.md?plain=1#L39
I made a PR here to bump it: #272. But, also ran into OTHER dependency errors when building it... 🙁 I'm just confused how this worked for anyone else. And the fact there are no other reports, suggests to me that this is not a real issue. Now, I do see that only 2.6.0 has been released, and maybe that is an indication of something... But it is also odd that my colleague has 2.7.0 installed and it is working fine for them: working on my colleagues Mac:
I even downgraded to 2.3.6 as well. And I installed |
Freshly un/re-installed vagrant with homebrew, then:
The text was updated successfully, but these errors were encountered: