flaper87 / vagrant-openstack

OpenStack provider for vagrant
BSD 3-Clause "New" or "Revised" License
29 stars 5 forks source link

error while installing plugin #11

Open ksingh7 opened 9 years ago

ksingh7 commented 9 years ago

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)
dadreggors commented 9 years ago

Fedora 22 here and I have the same issue:

$ 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)

and here is my vagrant version:

$ rpm -q vagrant
vagrant-1.7.2-1.x86_64
msmol commented 8 years ago

Fedora 23 here, exactly same issue as noted above. Anyone found a solution?