The following will give segfault on `ubuntu/python 2.7` ````python import torch import scipy.ndimage ```` This works just fine: ````python import scipy.ndimage import torch ````