-
Notifications
You must be signed in to change notification settings - Fork 66
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
Windows compatibility #337
Comments
I tried the easy_start python scripts on Linux and ran into an error like this:
nilearn is already installed and seems to import with no issues but I get an error while importing plot_design_matrix |
You probably need the lastest Nilearn (sorry...) |
@TamerGezici Thanks for looking into pypreprocess! We currently only maintain it for Linux so I'm not sure if it works on Windows or not. As for the error you get with Linux, a new nilearn version was released recently and we're updating the nilearn references in pypreprocess. Check back in a couple of days for a working version. |
Thank you for your reply! I will wait for the nilearn update then. Can you please write a warning on the repository's main page about Linux compatibility? That would be much better as I wouldn't have tried it on windows then. I guess it should be possible to provide SPM script directory directly inside the script (hardcode it) somehow. I searched for SPM_DIR in the repository using Visual Studio Code but failed to find it. If you can point me the exact place SPM_DIR is acquired (as an env variable) maybe I can get it to work on Windows as well. |
@TamerGezici It's a little later than expected but a working version of pypreprocess is now available. Let me know if you run into any more issues. |
Thank you. I have a new error. Here's the message. If you want I can create a new issue. Python version: 3.8.5 I think it has something to do with the new Python versions?
|
Thx for reporting. |
Does this work on Windows? I ask because I have SPM and MatLab. I tried adding an environment variable as SPM_DIR (not sure if I did it correct though) and I got these errors when trying the demo scripts:
The text was updated successfully, but these errors were encountered: