E
======================================================================
ERROR: Failure: ImportError (C extension: No module named version not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/ec2-user/Projects/CIP-master-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/ec2-user/Projects/CIP-master/cip_python/phenotypes/tests/test_laa_phenotypes.py", line 2, in <module>
import pandas as pd
File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/pandas/__init__.py", line 13, in <module>
"extensions first.".format(module))
ImportError: C extension: No module named version not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (errors=1)