Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use fslpy without wxpython #16

Open
TheChymera opened this issue May 13, 2023 · 1 comment
Open

use fslpy without wxpython #16

TheChymera opened this issue May 13, 2023 · 1 comment

Comments

@TheChymera
Copy link

I am looking to run FSL on a headless server.

As it stands FSL requires fslpy (probably non-negotiable), which requires wxpython, which requires wxGTK, which requires gtk, which requires some sort of graphical infrastructure such as aqua, X, or wayland.

Is there any way to curtail this dependency stack so that I can use FSL without having a graphical stack? I was thinking fslpy→wxpython might be the most likely to be optional.

@pauldmccarthy
Copy link
Owner

Hi @TheChymera, how are you intending to install fslpy / FSL? If you are installing fslpy from pypi, wxpython is already an optional dependency, and won't be installed if you run pip install fslpy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants