ImportError: No module named nipype.interfaces.afni

Dear All,

I am new to this forum. I recently installed cpac as directed by installation guide. I have installed all the dependencies and software. Still I am facing problem to open cpac_gui. Please see the pasted message below.

$ cpac_gui **
Traceback (most recent call last):
** File “/usr/local/bin/cpac_gui”, line 3, in

** import CPAC**
** File “/usr/local/lib/python2.7/dist-packages/CPAC/init.py”, line 21, in **
** import anat_preproc, **
** File “/usr/local/lib/python2.7/dist-packages/CPAC/anat_preproc/init.py”, line 1, in **
** from anat_preproc import create_anat_preproc**
** File “/usr/local/lib/python2.7/dist-packages/CPAC/anat_preproc/anat_preproc.py”, line 1, in **
** from nipype.interfaces.afni import preprocess**
ImportError: No module named nipype.interfaces.afni

Please see the highlighted error message and give your suggestions to solve this issue.

Thanks
Ramesh

Maybe:

pip install nipype

would do?