Vagrant throwing errors

Hello, I’m on one of the lectures on section 11 and I’m using the vagrant up command to set up the master and workers nodes but it’s throwing me errors. I tried doing it in VMWare and Virtual box.

Can you share the errors you are having please

This is the error I’m getting.

Can you try to run this
$ vagrant up --provider virtualbox
And if you faced the problem concerning the virtual box version then run this command
$ sudo apt-get install virtualbox-6.0

getting this error now

Try those commands:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

echo “deb [arch=amd64] Index of http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib” |
sudo tee -a /etc/apt/sources.list.d/virtualbox.list

Nope, none of them worked, it’s still throwing errors.

Can you share the error now? or is it still the same?

it’s

still the same

Please check vagrant and virtualbox version compatibility