magento2-vagrant-for-developers icon indicating copy to clipboard operation
magento2-vagrant-for-developers copied to clipboard

init_project.sh failed with dependencies issues

Open sabatmonk opened this issue 7 years ago • 2 comments

Hi, i've tried running the init script but it failed with this error

`Installing the 'vagrant-hostmanager' plugin. This can take a few minutes... 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)

` I'm running ubuntu 18.04 and i've tried manually installing vagrant-libvirt with vagrant plugin install, which work and stated version 0.43 is now installed.

Thanks

sabatmonk avatar Jun 07 '18 01:06 sabatmonk

Any traction on this ticket? I'm getting the exact same thing, also running Ubuntu 18.04.

edit: Found this ticket and upgraded to vagrant 2.0.3 and that seems to have fixed the issue.

kreativedev avatar Aug 06 '18 23:08 kreativedev

Also had this problem and fixed it by downloading the latest version of Vagrant from https://www.vagrantup.com/downloads.html

bhagdave avatar May 30 '19 15:05 bhagdave