cython compile error cl.exe' failed with exit status 2\n
かと思ったらおおもとの原因はタイトルのだった
python - Cython: "fatal error: numpy/arrayobject.h: No such file or directory" - Stack Overflow
これで解決
C:\Python27\Lib\distutils\
distutils.cfg
に
[build_ext]
include_dirs= C:\Python27\Lib\site-packages\numpy\core\include
と書くだけ