-
Notifications
You must be signed in to change notification settings - Fork 533
out_file not being created by Python-function nodes #2676
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
Comments
@TheChymera py2 is still supported, however we plan on dropping support in the 2.x release cycle. |
What is the error? |
Ok, so the error does not seem to be Python-version-contingent, but rather happening on one specific machine. I checked and they have the same nipype, traits, prov, and pandas versions, among many other things. @oesteban these two nodes (1,2) fail to produce an output (on one set-up out of my currently active two), which leads to errors along this line from nodes downstream:
If I try to manually execute the node functions from e.g. with the inputs listed in |
I think this was addressed in #2639, and rolled out with nipype-1.1.1. Which version are you using? Could you edit the title of the issue? The fact that it is unrelated to Python's version makes it a bit misleading to other users that may experience the same problem. Thanks! |
@oesteban I'm on |
@TheChymera You may have already checked this, but I just overheard some other people having a similar error and the solution was to make sure the environment variable |
@jdkent thanks for the input, but none of the afore linked fucntions use FSL. In any case, on both machines:
|
@TheChymera what OS are the two machines running? |
@mgxd Gentoo Linux, basically the most transparent one around. Is there anything in particular you recommend I check for? |
I think the question was more about whether they had different OSs. Anyways, does any of the two happen to be writing the intermediate files of the workflow under some path that is a link (or a bind mount) to somewhere else? In more general terms, can you think of any differences between filesystems and paths between both machines? |
I don't know exactly what the issue was, but at any rate it's fixed in |
Hi everybody, has Python 2.7 support been dropped? I'm getting a lot of strange errors (
out_file
not being created) on a python2.7 but not on a python 3.6 machine (granted, might be something else).Also the sources seem to indicate python 2.7 is still supported...
The text was updated successfully, but these errors were encountered: