import nibabel data_path = 'path/to/your/data.nii' img = nibabel.load(data_path) It raises up warning around the load. Any suggestions? Thanks