https://pantsbuild.org/ logo
r

ripe-memory-59241

10/18/2017, 12:06 AM
For the first part (
ImportError: No module named numpy.distutils.core
), it looks like pex is trying to set up scipy before numpy has been included. Numpy is a dependency of scipy, but it looks like scipy may be just assuming it's there rather than declaring it.