Problems with import Nipype in ipython

When starting Nipype in IPYTHON writes: 200306-03:15:32,158 nipype.utils INFO: No new version available.

This is just information indicating that you’re using the latest version of nipype. You can disable this check by setting the NIPYPE_NO_ET environment variable.

Hi, thank for your letter. I added a variable as you said, but after import nipype I have follows:
In [1]: import nipype

ImportError Traceback (most recent call last)
in ()
----> 1 import nipype

ImportError: No module named nipype

In [2]:

Is nipype installed in the same environment as IPython?

Hi… thank for you attention. I installed Anaconda and after Python, Nipype.

I would check which ipython and python -c "import nipype; print(nipype.__file__) to make sure they’re in the same environment.