On Mon, 7 Nov 2016, James C. McPherson wrote:
__pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != ^When you run the test suite, what combination of compiler(s), python interpreter(s) and CFLAGS/CXXFLAGS are used?
So, do you have NumPy installed for this Python version? This particular error seems to result from a NumPy identifier defined in the respective header files, which you don't seem to have available.
-- Sincerely yours, Yury V. Zaytsev _______________________________________________ cython-devel mailing list [email protected] https://mail.python.org/mailman/listinfo/cython-devel
