Leo, The autowrap tests should only fire if you have numpy installed. So I'm guessing that you do. But it doesn't seem to find the numpy header files. You'll need Cython too. Do you have all the dependencies installed for the autowrap module?
We haven't had any testing of this on Mac or Windows, so any help with this bug will be appreciated. Jason moorepants.info +01 530-601-9791 On Thu, Jan 15, 2015 at 1:03 AM, Leonor Garcia < [email protected]> wrote: > Hi everyone, > > I am interested in contributing to sympy, so I forked and cloned the repo, > but when I run the tests four of them (test_autowrap.py) failed. > > My tests results: > > https://gist.github.com/leogargu/773e1715e991c055c01d > > I found this discussion from a couple of months back: > > https://groups.google.com/forum/#!msg/sympy/Z2Nl_cljPYs/z7eX5Fj5pOEJ > > Any advice would be very welcome! > > Cheers, > > Leo. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/978b5f3b-b619-4c0c-b058-835b391faea9%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/978b5f3b-b619-4c0c-b058-835b391faea9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAP7f1Ahycx_kCa4q0q%3DvnpgGo_Jn%2BLQdmFJ0WyO-p87ZLfxXmg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
