nipy / mindboggle

Automated anatomical brain label/shape analysis software (+ website)
http://mindboggle.info
Other
144 stars 54 forks source link

could not install mindboggle (with Vagrant) #68

Closed pog87 closed 8 years ago

pog87 commented 8 years ago

I tried to install mindboggle in my environment (Mac osX) without success. This is what I did

git clone https://github.com/nipy/mindboggle.git
cd mindboggle/
chmod +x setup_mindboggle_vm 
python setup_mindboggle_vm --out /Users/utente/programs/mindboggle \
   --freesurfer /Applications/freesurfer/subjects --proc 4 \
   --script /Users/utente/programs/mindboggle/setup_mindboggle.sh --install

that generated Vagrantfile when I tried

vagrant up

I got the following error

There are errors in the configuration of this machine. Please fix
the following errors and try again:

shell provisioner:
* One of `path` or `inline` must be set.

what could be the problem?

thanks for helping :smiley:

binarybottle commented 8 years ago

@pog87 --

There have been a number of changes that demanded the creation of a new mindboggle linux installation script, vagrant configuration file, and resulting virtual machine (most notably migration from VTK 5 to version 6). You can install mindboggle (which is nearing completion and official release, to coincide with the release of FreeSurfer 6) with the new vagrant configuration script:

https://raw.githubusercontent.com/nipy/mindboggle/master/install/configure_mindboggle_vm