You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need help in installing this plugin , OSX Yosemite
teeri:pouta-vagrant ksingh$ vagrant plugin install vagrant-openstack
Installing the 'vagrant-openstack' plugin. This can take a few minutes...
The plugin(s) can't be installed due to the version conflicts below.
This means that the plugins depend on a library version that conflicts
with other plugins or Vagrant itself, creating an impossible situation
where Vagrant wouldn't be able to load the plugins.
You can fix the issue by either removing a conflicting plugin or
by contacting a plugin author to see if they can address the conflict.
Vagrant could not find compatible versions for gem "nokogiri":
In Gemfile:
vagrant-openstack (>= 0) ruby depends on
fog (~> 1.10.0) ruby depends on
nokogiri (~> 1.5.0) ruby
vagrant (= 1.7.2) ruby depends on
nokogiri (1.6.3.1)
The text was updated successfully, but these errors were encountered:
$ vagrant plugin install vagrant-openstack
Installing the 'vagrant-openstack' plugin. This can take a few minutes...
The plugin(s) can't be installed due to the version conflicts below.
This means that the plugins depend on a library version that conflicts
with other plugins or Vagrant itself, creating an impossible situation
where Vagrant wouldn't be able to load the plugins.
You can fix the issue by either removing a conflicting plugin or
by contacting a plugin author to see if they can address the conflict.
Vagrant could not find compatible versions for gem "nokogiri":
In Gemfile:
vagrant-openstack (>= 0) ruby depends on
fog (~> 1.10.0) ruby depends on
nokogiri (~> 1.5.0) ruby
vagrant (= 1.7.2) ruby depends on
nokogiri (1.6.3.1)
Here are the listed gems:
$ gem list |egrep "(fog |nokogiri)"
fog (1.32.0)
nokogiri (1.6.6.2)
Need help in installing this plugin , OSX Yosemite
The text was updated successfully, but these errors were encountered: