You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to start the Virtual Machine on AWS I get get the following error message: andreas@dai160 /cygdrive/d/heute/idomaar-3.1-aws/computingenvironments/01.linux/01.centos/01.mahout $ vagrant up --provider=aws Bringing machine 'mahout' up with 'aws' provider... ==> mahout: Box 'dummy' could not be found. Attempting to find and install... mahout: Box Provider: aws mahout: Box Version: >= 0 ==> mahout: Adding box 'dummy' (v0) for provider: aws mahout: Downloading: https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box mahout: Progress: 100% (Rate: 8161k/s, Estimated time remaining: --:--:--) The box you attempted to add doesn't match the provider you specified. Provider expected: aws Provider of box: virtualbox
The same error also occurs on MacOS. I tested it with the Idomaar downloaded from https://github.com/crowdrec/idomaar/releases/tag/v3.1-aws (.zip and .tgz)
The text was updated successfully, but these errors were encountered:
Trying to start the Virtual Machine on AWS I get get the following error message:
andreas@dai160 /cygdrive/d/heute/idomaar-3.1-aws/computingenvironments/01.linux/01.centos/01.mahout
$ vagrant up --provider=aws
Bringing machine 'mahout' up with 'aws' provider...
==> mahout: Box 'dummy' could not be found. Attempting to find and install...
mahout: Box Provider: aws
mahout: Box Version: >= 0
==> mahout: Adding box 'dummy' (v0) for provider: aws
mahout: Downloading: https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box
mahout: Progress: 100% (Rate: 8161k/s, Estimated time remaining: --:--:--)
The box you attempted to add doesn't match the provider you specified.
Provider expected: aws
Provider of box: virtualbox
The same error also occurs on MacOS. I tested it with the Idomaar downloaded from
https://github.com/crowdrec/idomaar/releases/tag/v3.1-aws
(.zip
and.tgz
)The text was updated successfully, but these errors were encountered: