vagrant-aws icon indicating copy to clipboard operation
vagrant-aws copied to clipboard

Conflicting dependencies (fog-core)

Open lampsbr opened this issue 6 years ago • 2 comments

Hi, I`m trying to vagrant plugin install vagrant-aws in a ubuntu 18.04. I get the following error message:

Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is:

conflicting dependencies fog-core (~> 1.43.0) and fog-core (= 1.45.0) Activated fog-core-1.45.0 which does not match conflicting dependency (~> 1.43.0)

Conflicting dependency chains: fog-core (= 1.45.0), 1.45.0 activated

versus: vagrant-libvirt (> 0), 0.0.41 activated, depends on fog-core (~> 1.43.0)

How can I solve this?

lampsbr avatar May 05 '18 18:05 lampsbr

@lampsbr installing vagrant directly from Hashicorp looks to work OK, e.g. https://github.com/dotless-de/vagrant-vbguest/issues/292

cezmunsta avatar May 08 '18 14:05 cezmunsta

Install Vagrant 2.0.3 from deb: @lampsbr

wget -c https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.3_x86_64.deb
sudo dpkg -i vagrant_2.0.3_x86_64.deb

prakhardg avatar Apr 26 '20 07:04 prakhardg