nipy / mindboggle

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

404 Error when installing Mindboggle #43

Closed njhunsak closed 9 years ago

njhunsak commented 10 years ago

I receive a 404 error when trying to install Mindboggle. The 404 error is associated with:

    install: Downloading: http://mindboggle.info/mindboggle_20140214.box
    An error occurred while downloading the remote file. The error
    message, if any, is reproduced below. Please fix this error and try
    again.

    The requested URL returned error: 404 Not Found
nicholsn commented 10 years ago

@njhunsak, currently that VM at http://mindboggle.info/mindboggle_20140214.box isn't available. I'll spend some time today updating the vagrant file and help you get this working.

Do you have FreeSurfer and ANTs installed on your local machine?

njhunsak commented 10 years ago

I have both installed on my computer. Yes.

Naomi

Sent from my iPhone

On Apr 23, 2014, at 1:03 PM, Nolan Nichols notifications@github.com wrote:

@njhunsak, currently that VM at http://mindboggle.info/mindboggle_20140214.box isn't available. I'll spend some time today updating the vagrant file and help you get this working.

Do you have FreeSurfer and ANTs installed on your local machine?

— Reply to this email directly or view it on GitHub.

binarybottle commented 9 years ago

Nolan and Satra -- I have created a new Vagrantfile-generating script called "build_mindboggle" in the main directory of the repository. When I vagrant ssh into a linux box and install by hand, it sometimes doesn't install git, cmake, or something-or-other, and I have to repeat these installation commands for it to work. Needless to say, the following commands don't do this, so I end up with some things not installed:

python build_mindboggle --build --install vagrant up build

binarybottle commented 9 years ago

Please see successful installation script discussed in issue https://github.com/binarybottle/mindboggle/issues/50:

https://github.com/binarybottle/mindboggle/blob/master/setup_mindboggle.sh