On Mon, 14 Nov 2016, James C. McPherson wrote:

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.

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?

Sorry, from the information that you've provided so far, it's impossible to infer what exactly did you do, how your systems are set up, and why is it that Cython isn't able to find your NumPy headers.

I don't have a Solaris machine at hand, but last time I tried to build Cython / NumPy / Python on Solaris it simply worked (it was some 6 years ago and Solaris 10 @ Sun Blade 1000), so it seems that something is not right. Maybe somebody else can lend you a hand...

--
Sincerely yours,
Yury V. Zaytsev
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to