pauldmccarthy / fsleyes

This is a mirror. Feel free to use the issue tracker. PRs welcome.
https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/
Other
22 stars 11 forks source link

Problem with install on M3 macOS #133

Closed plbenveniste closed 4 months ago

plbenveniste commented 9 months ago

Hello ! Opening this issue to raise a problem I encountered. When I tried installing fsleyes with the method python fslinstaller.py I ran into the following issue:

/Users/plbenveniste/fsl/bin/mamba env update -p /Users/plbenveniste/fsl -f /private/var/folders/_2/l62mvrbx76l6nx_408gf05140000gn/T/tmpx5ub9wd7/fsl-6.0.7.7_macos-M1.yml

This is very likely because my computer runs on macos-M3.

However, the installation was successful when using conda install -c conda-forge fsleyes.

pauldmccarthy commented 9 months ago

Hi @plbenveniste, this repository is specifically for FSLeyes issues - for FSL issues, the FSL mailing list is the place to ask questions.

Having said this, I suspect that your FSL installation will work if you run the fslinstaller with the --miniconda option, e.g.:

python fslinstaller.py --miniconda https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh

We have fixed this issue for the next version of FSL, which is due to be released very soon.