-
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 |
I'm having this issue as well. You can see that vagrant is by default installing an extremely old version of the plugin, and updating doesn't fix it:
Newer version of the plugin are found in the repo:
but when I try to install them, I get an error:
Any help would be great! |
Thanks for sharing your experience @kevinfealey too! fwiw, I sadly was not able to get past this block, so I cannot give you any further guidance. Best of luck, and I'll be watching this thread for any further progress. |
Thanks @ElijahLynn - I just tried:
None of the above fixed my issues as no matter what, I ran into this or other dependency conflicts. I'm ditching Vagrant for my current use case (which had been working for the past 18 months), and will have to start from scratch with something else. Good luck to anyone else who runs into this - it's infuriating! |
Freshly un/re-installed vagrant with homebrew, then:
The text was updated successfully, but these errors were encountered: