Evertras / lakitu

A playground for tiny virtual cloud things
MIT License
5 stars 1 forks source link

vagrant up issue (solution found) #6

Open TomyYamy opened 1 month ago

TomyYamy commented 1 month ago

It is just a version mismatch issue. And I have found the solution already. Maybe discussion point is we may update README.md or not.

The situation is

(.venv) xxxx$ vagrant up
No usable default provider could be found for your system.

Vagrant relies on interactions with 3rd party systems, known as
"providers", to provide Vagrant with resources to run development
environments. Examples are VirtualBox, VMware, Hyper-V.

The easiest solution to this message is to install VirtualBox, which
is available for free on all major platforms.

If you believe you already have a provider available, make sure it
is properly installed and configured. You can see more details about
why a particular provider isn't working by forcing usage with
`vagrant up --provider=PROVIDER`, which should give you a more specific
error message for that particular provider.

Actually it was Virtual Box version issue. https://qiita.com/masuda401/items/992013f7ebff1a569d47 (in Japanese.)

I just manually download and update Virtual Box from here. https://www.virtualbox.org/wiki/Linux_Downloads

May I update README.md and PR?

Evertras commented 1 month ago

Please feel free! Troubleshooting links would be great to have generally.