Not able to use numpy in pypy sandbox

Issue #32 new
Harry Lewis created an issue

The regular pypy is okay to import numpy.

But when import the numpy lib in the pypy sandbox, it prompts 'No module named numpy'.

I then tried to copy the numpy library to the lib_pypy directory in the sandbox, however then I received this error message.

import numpyTraceback (most recent call last): File "<stdin>", line 1, in <module> File "/bin/lib_pypy/numpy/init.py", line 160, in <module> raise ImportError(msg) ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there.

Comments (0)

  1. Log in to comment