Closed MarcRamos closed 10 years ago
In one computer I found fsl.Orient, and cmp2 works fine there, so maybe something was not correctly installed previously in the other ones.
Try reinstalling our forked version of nipype in the computer where you get the error
Yes, thanks it worked.
Hello! I have installed the new connectomemapper in two computers and I get the same error. src_conv = fsl.Orient(in_file=src_file, get_orient=True).run().outputs.orient AttributeError: 'module' object has no attribute 'Orient' Interface SwapAndReorient failed to run.
I can load the library from python In [2]: import nipype.interfaces.fsl as fsl In [3]: And if I try to fsl. and tab to list the options, .Orient doesn't appear. Where is the problem?
Thanks! Marc.