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

Error running qap_measures_pipeline #125

Open
ghost opened this issue Oct 25, 2018 · 1 comment
Open

Error running qap_measures_pipeline #125

ghost opened this issue Oct 25, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 25, 2018

I recently installed QAP. I've tried running it on 4 different machines (2 MacOS, 1 neurodebian VM, and 1 Ubuntu VM). It always gives an error when trying to run. I get stuck in the same place this other user did: #86

The error comes when running nipype 0.13.1

However, a downgrade to nipype 0.12.1 results in the error discussed here: #120

At that point it's just a vicious cycle of error messages. Any suggestions?

Traceback (most recent call last):
  File "/usr/local/bin/qap_measures_pipeline.py", line 10, in <module>
    obj.run()
  File "/usr/local/lib/python2.7/dist-packages/qap/cli.py", line 611, in run
    results.append(self.run_one_bundle(idx))
  File "/usr/local/lib/python2.7/dist-packages/qap/cli.py", line 446, in run_one_bundle
    rt = run_workflow(wfargs)
  File "/usr/local/lib/python2.7/dist-packages/qap/cli.py", line 879, in run_workflow
    config, name)
  File "/usr/local/lib/python2.7/dist-packages/qap/qap_workflows.py", line 407, in qap_anatomical_spatial_workflow
    qap_mask_workflow(workflow, resource_pool, config, name)
  File "/usr/local/lib/python2.7/dist-packages/qap/qap_workflows.py", line 74, in qap_mask_workflow
    config, name)
  File "/usr/local/lib/python2.7/dist-packages/qap/anatomical_preproc.py", line 371, in afni_anatomical_linear_registration
    config, name)
  File "/usr/local/lib/python2.7/dist-packages/qap/anatomical_preproc.py", line 58, in anatomical_reorient_workflow
    anat_deoblique = pe.Node(interface=preprocess.Refit(),
AttributeError: 'module' object has no attribute 'Refit'

Thanks!

@Romantic-Pumpkin
Copy link

i think you should install nipype in version 0.12.1 and networkx in version 1.11 to slove this problem, may it help you

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

1 participant