On 13/11/16 06:58 pm, Yury V. Zaytsev wrote:
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.

Hi Yury,
On each of the test machines I've tried, I've got numpy
v1.9 installed.

I built Cython with the NumPy deprecation per
http://docs.cython.org/en/latest/src/reference/compilation.html#configuring-the-c-build

- should I have ignored it?


Thankyou,
James C. McPherson
--
Oracle
Systems / Solaris / Core
https://www.jmcpdotcom.com/blog
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to