Closed plbenveniste closed 4 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.
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:This is very likely because my computer runs on macos-M3.
However, the installation was successful when using
conda install -c conda-forge fsleyes
.