E
======================================================================
ERROR: Failure: ImportError (DLL load failed: The specified module could not be found.)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "D:\Projects\CIP-build\CIP-build\cip_python\phenotypes\tests\test_body_composition_phenotypes.py", line 5, in <module>
from cip_python.phenotypes.body_composition_phenotypes import *
File "D:\Projects\CIP-build\CIP-build\cip_python\phenotypes\body_composition_phenotypes.py", line 2, in <module>
from scipy.stats import mode, kurtosis, skew
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\scipy\stats\__init__.py", line 338, in <module>
from .stats import *
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\scipy\stats\stats.py", line 180, in <module>
import scipy.special as special
File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\scipy\special\__init__.py", line 627, in <module>
from ._ufuncs import *
ImportError: DLL load failed: The specified module could not be found.
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)