Hi,
I am trying to install fsl on macOS Sonoma 14.1.2 .After running the installation script ‘fslinstaller.py’, in never finishes installation and terminal look like this:
Downloading FSL environment specification from https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fsl-6.0.7.6_macos-M1.yml...
Installing FSL in /Users/akram/fsl
Downloading miniconda from https://github.com/conda-forge/miniforge/releases/download/23.1.0-3/Mambaforge-23.1.0-3-MacOSX-arm64.sh...
[#############################################################] 57.0 / 57.0 MB /
Installing miniconda at /Users/akram/fsl...
[################################################################] 100 / 100 % |
Installing FSL into /Users/akram/fsl...
^C###############################################################] 100 / 100 % -
After I stopped it I see:
Traceback (most recent call last):
File "/Users/akram/Downloads/fslinstaller.py", line 2453, in <module>
sys.exit(main())
File "/Users/akram/Downloads/fslinstaller.py", line 2437, in main
install_fsl(ctx)
File "/Users/akram/Downloads/fslinstaller.py", line 1819, in install_fsl
ctx.run(Process.monitor_progress, cmd,
File "/Users/akram/Downloads/fslinstaller.py", line 1410, in run
return process_func(admin=self.need_admin,
File "/Users/akram/Downloads/fslinstaller.py", line 923, in monitor_progress
time.sleep(timeout)
KeyboardInterrupt
I have left it overnight but it’s still the same result. And when I’m trying to run fsl command, it doesn’t find any.
Any idea how I could resolve this?
Thank you.