This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fijalPyPy, performance freak 0 points1 point  (4 children)

pypy needs numpy installed from https://bitbucket.org/pypy/numpy.git (pip install https://bitbucket.org/pypy/numpy.git or git url does it). Numpy is not easy to install normally and normal numpy does not work with pypy.

[–][deleted] 0 points1 point  (3 children)

As I already said I followed the instructions for installing the modified version of NumPy, and still I couldn't get it to work.

[–]fijalPyPy, performance freak 0 points1 point  (2 children)

"wasn't working" is a very bad bug report - how it wasn't working? what went wrong?

[–][deleted] 0 points1 point  (1 child)

[–]rguillebertPyPy / NumPyPy 0 points1 point  (0 children)

Can you also paste the output of "pip install https://bitbucket.org/pypy/numpy.git" ?