Vagrant up 加载插件失败

Vagrant up fails with loading plugin

zulip 设置需要 Vagrant 设置。 https://github.com/zulip/zulip 但它在 Ubuntu 14.04

中失败了
$vagrant plugin install vagrant-lxc
Installing the 'vagrant-lxc' plugin. This can take a few minutes...
Installed the plugin 'vagrant-lxc (1.2.1)'!


$vagrant up
Failed to load the "vagrant-lxc" plugin. View logs for more details.
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
* The box 'ubuntu/trusty64' could not be found.

知道可能出了什么问题吗?

问题似乎不是来自插件,而是来自盒子。

你能用vagrant box add ubuntu/trusty64 https://atlas.hashicorp.com/ubuntu/boxes/trusty64下载盒子吗

盒子安装完成后,您应该可以运行 vagrant up

此外,如果您 运行 正在使用普通 ubuntu 盒子,为什么还需要 vagrant-lxc 插件,您是想使用另一个盒子吗?