Discussion:
[vagrant-up] Can't install the vbguest plugin
Justin Kay
2018-10-11 21:34:13 UTC
Permalink
Bundler can't find the dependency, so the plugin fails to install.

vagrant -v
Vagrant 2.1.5

vagrant plugin install vagrant-parallels

Installing the 'vagrant-parallels' 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:

Unable to resolve dependency: user requested 'vagrant-vbguest (= 0.15.2)'
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/9a565320-0d47-4552-b0b4-94fc1fc5d5c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Justin Kay
2018-10-11 22:09:59 UTC
Permalink
vagrant plugin expunge

followed by

vagrant plugin install vagrant-parallels

installed the plugin successfully
Post by Justin Kay
Bundler can't find the dependency, so the plugin fails to install.
vagrant -v
Vagrant 2.1.5
vagrant plugin install vagrant-parallels
Installing the 'vagrant-parallels' 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
Unable to resolve dependency: user requested 'vagrant-vbguest (= 0.15.2)'
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/33f4926a-b426-485f-be92-e824cc223a62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...