Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while installing plugin #11

Open
ksingh7 opened this issue Jun 19, 2015 · 2 comments
Open

error while installing plugin #11

ksingh7 opened this issue Jun 19, 2015 · 2 comments

Comments

@ksingh7
Copy link

ksingh7 commented Jun 19, 2015

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
Copy link

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
Copy link

msmol commented Nov 9, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants