Using Numpy with pypy

nunolourenco picture nunolourenco · May 4, 2011 · Viewed 10.8k times · Source

I am using some numpy tools (mainly arrays) and I wanted to run the script with pypy, but i can't make it work.

The error that i get is: ImportError: No module named multiarray.

I checked if the multiarray.so file was in the core folder.

Can someone tell me if first: is possible to do what I am trying to do and second: How can I do it?

Answer

fijal picture fijal · May 4, 2011

I've just posted a blog post explaining what's the status and what's the plan. In short numpy will not work with PyPy's cpyext and even if it does, it would be too slow for usage.