aidanns / vagrant-reload

A plugin that allows you to reload a Vagrant plugin as a provisioning step.
MIT License
174 stars 37 forks source link

Vagrant 2.3.4 conflicting dependencies #19

Open perlporter opened 1 year ago

perlporter commented 1 year ago

wendell@mandalore:~ $ uname -a FreeBSD mandalore 13.2-RELEASE FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC amd64

wendell@mandalore:~ $ vagrant version Installed Version: 2.3.4 Latest Version: 2.3.4

wendell@mandalore:~ $ vagrant plugin install vagrant-reload Installing the 'vagrant-reload' plugin. This can take a few minutes... Vagrant failed to properly resolve required dependencies. These errors can commonly be caused by misconfigured plugin installations or transient network issues. The reported error is:

conflicting dependencies net-ssh (= 6.1.0) and net-ssh (= 7.0.1) Activated net-ssh-7.0.1 which does not match conflicting dependency (= 6.1.0)

Conflicting dependency chains: net-ssh (= 7.0.1), 7.0.1 activated

versus: net-ssh (= 6.1.0)

Gems matching net-ssh (= 6.1.0): net-ssh-6.1.0

hwac121 commented 2 weeks ago

Getting version errors everywhere myself. Can't even find the right versions to use. This would have been a heck of a lot easier if they just provided an OVA file...