hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.01k stars 4.42k forks source link

Error with provider libvirt #13370

Open nttg8100 opened 3 months ago

nttg8100 commented 3 months ago

Debug output

Vagrant failed to properly resolve required dependencies. These
errors can commonly be caused by misconfigured plugin installations
or transient network issues. The reported error is:

nokogiri requires Ruby version >= 3.0, < 3.4.dev. The current ruby version is 2.6.6.146.

Expected behavior

Should create successfully

Actual behavior

Failed because the dependency of ruby version of nokogiri

Reproduction information

Vagrant version

2.12.14

Host operating system

ubuntu 20.04

Guest operating system

ubuntu 20.04

Steps to reproduce

Just vagrant up

Vagrantfile

https://github.com/NVIDIA/deepops/blob/master/virtual/Vagrantfile-ubuntu20.04