0

I created a virtualenv of PyPy 5.2.0-alpha0 with GCC 4.6.3 on Ubuntu 14.04. After that installed numpy (using pip) for pypy successfully, when i do import numpy in the pypy3 intepreter the following error occurrs:

ImportError: unable to load extension module
'/home/wyx/pypy3env/site-packages/numpy/core/multiarray.pypy3-52.so':
/home/wyx/pypy3env/site-packages/numpy/core/multiarray.pypy3-52.so:
undefined symbol: PyUnicode_GetLength

How do I fix this?

niyasc
  • 4,440
  • 1
  • 23
  • 50
JavaFresher
  • 81
  • 1
  • 9

1 Answers1

0

You can't fix this, I'm afraid. pypy3 5.2 does not support numpy.

Ronan Lamy
  • 577
  • 3
  • 9