Vagrant 在mac上使用scotch.io创建虚拟机时出错

Vagrant 在mac上使用scotch.io创建虚拟机时出错,vagrant,Vagrant,我正试图用scotch.io创建一个虚拟机,但当我尝试使用vagrant up时出现了这个错误 There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["hostonlyif", "create"] Stderr: 0%... Progre

我正试图用scotch.io创建一个虚拟机,但当我尝试使用vagrant up时出现了这个错误

There was an error while executing `VBoxManage`, a CLI used by Vagrant
        for controlling VirtualBox. The command and stderr is shown below.

Command: ["hostonlyif", "create"]

Stderr: 0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg*)" at line 71 of file VBoxManageHostonly.cpp

我必须将VirtualBox和Vagrant升级到最新版本才能使其正常工作