N
N
n-name2017-04-12 17:11:37
linux
n-name, 2017-04-12 17:11:37

How to fix error in Vagrant (not find compatible versions for gem "nokogiri")?

Good afternoon.
Linux Ubuntu 16.04. Vagrant (1.8.0) when starting
$ sudo vagrant plugin list

ffi (1.9.18)
nokogiri (1.6.3.1)
vagrant-share (1.1.6, system)
vagrant-vbguest (0.13.0)

$ sudo vagrant up --provider libvirt
The provider 'libvirt' could not be found, but was requested to
back the machine 'default'. Please use a provider that exists.

$ sudo vagrant plugin install libvirt
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 (= 1.8.0) ruby depends on
      nokogiri (= 1.6.3.1) ruby

    libvirt (>= 0) ruby depends on
      nokogiri (~> 1.4.3) ruby

    nokogiri (>= 0) ruby

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Frank, 2017-04-12
@Akellacom

gem install nokogiri

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question