Install Failure due to dependency conflict
darkn3rd opened this issue · 0 comments
darkn3rd commented
The dependency chain has conflict with current version of vagrant-libvirt around fog-core as far as I can tell.
STEPS
- Ubuntu 19.10
- Vagrant 2.2.3
- vagrant-libvirt 0.0.45
sudo apt-get -y build-dep
sudo apt install -y vagrant
vagrant plugin update
vagrant plugin install vagrant-libvirt
sudo apt-get install qemu-utils libvirt-dev ruby-dev
vagrant plugin install vagrant-mutate
EXPECT RESULT
Installs
ACTUAL RESULT
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 (= 2.1.0)
Activated fog-core-2.1.0
which does not match conflicting dependency (~> 1.43.0)
Conflicting dependency chains:
fog-core (= 2.1.0), 2.1.0 activated
versus:
vagrant-libvirt (> 0), 0.0.41 activated, depends on
fog-core (~> 1.43.0)