New issue 1938: numpy failed to load: lapack_lite.pypy-22.so: undefined symbol: Py_InitModule4_64 https://bitbucket.org/pypy/pypy/issue/1938/numpy-failed-to-load-lapack_litepypy-22so
Eli Spizzichino: Hello everyone, I've created a clean virtualenv with -p /usr/bin/pypy, cloned and compiled the pypy version of numpy but when I import it I got: ImportError: unable to load extension module '/home/es/.virtualenvs/pypy_4/site-packages/numpy/linalg/lapack_lite.pypy-22.so': /home/es/.virtualenvs/pypy_4/site-packages/numpy/linalg/lapack_lite.pypy-22.so: undefined symbol: Py_InitModule4_64 I've read around report of this happening on OSX but I'm on ubuntu and I have no idea of what atlas supports mean or how to disable it. (I've installed also gfortran but it did not make any difference) Any help it's appreciated! _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
