-
Notifications
You must be signed in to change notification settings - Fork 23
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 using qap_measures_pipeline #120
Comments
Same problem.
Also, checking .../python2.7/site-packages/nipype-1.0.4_dev-py2.7.egg/nipype/pipeline/plugins/ Furthermore, trying a different version of nipype (0.12.1 vs. 1.0.4.dev0), gives me a different error (related to poor option selection in my configuration settings), and the process at least moves on to creating folders. Running on a CentOS Linux release 7.5.1804 with python 2.7. |
Same problem here. Thanks for any new input on this. |
Hi @tragus1 @rpcary @stefanotambalo You should install
It will remedy the situation. We are working on improve this scenario. |
Thank you very much!
I'm going to give it a try.
S.
…________________________________
From: Anibal S?lon <[email protected]>
Sent: Wednesday, September 5, 2018 4:38:16 PM
To: preprocessed-connectomes-project/quality-assessment-protocol
Cc: Stefano Tambalo; Mention
Subject: Re: [preprocessed-connectomes-project/quality-assessment-protocol] Error using qap_measures_pipeline (#120)
Hi @tragus1<https://github.com/tragus1> @rpcary<https://github.com/rpcary> @stefanotambalo<https://github.com/stefanotambalo>
You should install nipype==0.13.1 to get it working:
pip install nipype==0.13.1```
It will remedy the situation. We are working on improve this scenario.
-
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#120 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AShpnNZuJwUUn7-sIG-p_VqaIrc0OTsHks5uX-HYgaJpZM4TIDfJ>.
|
Hi, I'm still struggling with runtime errors. [...] from cli.py. Any suggestion/solution? |
Hi Stefano,
could you please run this command in your virtual env?
```
python -c "import nipype; print(nipype.__version__)"
```
Thanks
Anibal Solon
Assistant Research Scientist
Computational Neuroimaging Laboratory
p: 646.625.4378
e: [email protected] <[email protected]>
Child Mind Institute
445 Park Avenue (entrance on 56th Street)
New York, NY 10022
childmind.org <https://aidbox.org/ct/?i=638132000000914&t=1>
Em qui, 6 de set de 2018 às 07:04, Stefano Tambalo <[email protected]>
escreveu:
… Hi, I'm still struggling with runtime errors.
I'm running QAP in a 2.7 virtual env, when I launch the script
qap_measures_pipeline, it systematically crashes returning (not considering
FutureWarning):
[...]
from nipype.pipeline.plugins.callback_log import log_nodes_cb
ImportError: No module named callback_log
[...]
from cli.py.
Any suggestion/solution?
Thanks in advance.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#120 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAiVXULy-0N6X8ftOePkdaWG5Pq6b8nNks5uYQFXgaJpZM4TIDfJ>
.
|
Hi Anibal, sorry for the huge delay. /home/*********/anaconda3/envs/py27/lib/python2.7/site-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from Thanks! |
the output suggests that you are using an older version of nipype (0.12.1). We recommend you to install the version 0.13.1:
Thank you |
That's what I did following your previous message. Then I downgraded to 0.12 for some reasons. Now I've put 0.13 back on, but still running into the same problem. Here's the entire output:
Can you spot something useful to fix the problem? |
it still looks like a nipype version problem. To reproduce the error outside qap, you can run:
Please send us the output so we can try to identify the problem origin. |
Hi @anibalsolon, here's the output:
|
Traceback (most recent call last):
File "/home/demenzbild/anaconda2/bin/qap_measures_pipeline.py", line 10, in
obj.run()
File "/home/demenzbild/anaconda2/lib/python2.7/site-packages/qap/cli.py", line 552, in run
from nipype.pipeline.plugins.callback_log import log_nodes_cb
ImportError: No module named callback_log
Can you pleas help me solving this issue?
Thanks
The text was updated successfully, but these errors were encountered: