Closed topicus closed 9 years ago
You've tried vagrant plugin uninstall vmware_fusion; vagrant plugin install vagrant plugin install vmware_fusion
?
Yes, I tried with that.
What version of vagrant and the plugin are you using?
I've ran it again and I get:
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:
Could not find gem 'vmware_fusion (>= 0) ruby' in the gems available on this machine.
vagrant plugin install vmware_fusion
Installing the 'vmware_fusion' 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:
Could not find gem 'vmware_fusion (>= 0) ruby' in the gems available on this machine.
it seems like now it changes how to run it:
vagrant plugin install vagrant-vmware-fusion
What version of Ansible are you using?
ansible 1.9.1
@janette if you use:
vagrant plugin install vagrant-vmware-fusion
It installs the plugin. Checking if that solve the issue. Waiting for download is completed.
vagrant plugin install vagrant-vmware-fusion
does in fact install the plug-in but running
vagrant up --provider vmware_fusion
still gets the 'doesn't match' error above
yes, I got the same error.
Solution:
vagrant box add geerlingguy/ubuntu1404
(selecting “2”)
vagrant up -provider=vmware_fusion
When I try to up my VM I'm getting:
I'm tried with: