E
======================================================================
ERROR: Failure: ImportError (libgfortran.so.3: cannot open shared object file: No such file or directory)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/centos/Projects/CIP-build/CIP-build/cip_python/phenotypes/tests/test_parenchyma_phenotypes.py", line 5, in <module>
from cip_python.phenotypes.parenchyma_phenotypes import *
File "/home/centos/Projects/CIP-build/CIP-build/cip_python/phenotypes/parenchyma_phenotypes.py", line 2, in <module>
from scipy.stats import mode, kurtosis, skew
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/scipy/stats/__init__.py", line 321, in <module>
from .stats import *
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/scipy/stats/stats.py", line 180, in <module>
import scipy.special as special
File "/home/centos/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/scipy/special/__init__.py", line 601, in <module>
from ._ufuncs import *
ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (errors=1)