在 mac 上装 vagrant(v1.8.4) VirtualBox(5.1.0), 自己用 packer build 了一个 archlinux 的 box,build 和 add 的过程都正常。 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.
加了 --provider=VirtualBox 参数后报错没有区别。
有人知道怎么办么 (=゚ω゚) ノ