[Neuroimaging] Nibabel does not import

Matthew Brett matthew.brett at gmail.com
Sun Feb 3 12:09:45 EST 2019


Hi,

The most likely explanation is that the pip command is not installing
into the same Python distribution that you are importing from.  Check

import sys
sys.prefix

from Python, and cross-check with the first line of the `pip` executable.

Cheers,

Matthew


More information about the Neuroimaging mailing list