I recently help a user to install FSL VM on a Windows machine. Strangely, after installaion fsleyes is missing from the VM. There are some possible solutions on the official site. These including re-installing FSL or re-installing fslpython. However, they don’t work for me.
If you’re thinking about purchasing a new GPU, we’d greatly appreciate it if you used our Amazon Associate links. The price you pay will be exactly the same, but Amazon provides us with a small commission for each purchase. It’s a simple way to support our site and helps us keep creating useful content for you. Recommended GPUs: RTX 5090, RTX 5080, and RTX 5070. #ad
In the end, what works for me is this single command.
sudo /usr/local/fsl/fslpython/bin/conda install -c conda-forge fsleyes
This is assuming FSL is installed under /usr/local/fsl. fsleyes will be installed under /usr/local/fsl/fslpython/bin. You can create a symbolic link so that the FSL GUI can invoke it.
sudo ln -s /usr/local/fsl/fslpython/bin/fsleyes /usr/local/fsl/bin/fsleyes
Does this work for you. If not, you can try the other solutions.
- Re-install FSL (Look for the instructions under Recovering from a failed install)
- Re-install fslpython
Leave a Reply