Hi @Shivani_Rajeshree, the error message is telling you that it can’t find the fslinstaller.py script - you need to make sure that you are using the correct path. Is your Windows username Shivani? If so, this should work:
Dear all,
I have read through this chat with people having similar problems to me. I have a Mac version 14.5 with plenty of space. I try to install FSL with the following command: python3 fslinstaller.py.
I get the following error:
Another person here with a very similar error occurring during FSL installation.
ERROR occurred during installation!
This command returned an error: /home/administrator/fsl/bin/conda env update -p /home/administrator/fsl -f /tmp/tmpdpd0gpkp/fsl-6.0.7.11_linux-64.yml
I am also a new user so cannot attach files, but I included a screenshot with the error and the log file in this Google Drive folder.
Note that I did try the fix you gave David_F above (CONDA_AUTO_UPDATE_CONDA=false ./fslinstaller.py), but that did not work for me. I did install conda relatively recently (a couple weeks ago), so it is possible that the version I have includes the change that broke FSL installation.
Hi @anne.a, it looks like your network connection was interrupted during the installation.
The latest version of the fslinstaller script will attempt to resume the installation when this occurs, and also has a new --throttle_downloads option which tries to make the download more robust. Could you download the latest version from here, and run it with the --throttle_downloads option, e.g.:
Hi @christensen, I’m not entirely sure why your installation is failing. Are you using macOS Big Sur? It kind of looks like conda is having trouble because of your relatively old OS version.
Could you try re-running the installer like this to see if it solves the problem?
I ran python ~/Downloads/fslinstaller.py from the command line on a Macbookpro M3 with Sonoma 14.4 and got stuck at step 3 (Installing FSL into /Users/xxxx/fsl). I have installed fsl on multiple machines earlier but never ran into something like this before.
I tried almost all of the solutions posted here but they did not work. Here is my log file.
Could you please kindly suggest?
Highly appreciated!
Hi @cchunharas, this looks like an issue with your network connection - one of the downloads seems to have been interrupted. Could you try running the installer like this, to try and make the downloads more resilient? You should not need to use the --miniconda option:
Hi @Nil, if you are trying to install FSL 6.0.6, can you try running the fslinstaller.py script specifying an alternative Python 3.10-based miniconda installer, e.g.:
We are updating the release system so that an appropriate miniconda will be automatically selected (and will probably eventually switch to micromamba), so this shouldn’t be necessary in the future.
When running the command you suggested in a mamba (1.5.1) made environment with python=3.10.14, I got a similar conda update error: 08:11:30 fslinstaller.py:3209: This command returned an error: /packages/apps/fsl/6.0.6/bin/conda env update -p /packages/apps/fsl/6.0.6 -f fsl-6.0.6_linux-64.yml
When running the command without a mamba environment, using the python=3.6.8 from /usr/bin/python, I got a new error: link.
I also tried python=3.11.5 without a mamba env, and it gives the same error as above.
The latest issue seems to be that your hard drive is out of space - can you clear some space (I’d recommend having at least 15GB free), and try again?
You shouldn’t need to set up a conda/mamba environment in advance - you should just be able to use any python interpreter to run the fslinstaller.py script. FSL will set up its own conda environment(s) during installation.