paliarush / magento2-vagrant-for-developers

Vagrant Box for Magento 2 Developers
MIT License
447 stars 165 forks source link

init_project.sh failed with dependencies issues #191

Open sabatmonk opened 6 years ago

sabatmonk commented 6 years ago

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

kreativedev commented 6 years ago

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.

bhagdave commented 5 years ago

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