Numpy error on import - OSX

Issue #20 resolved
Al Macmillan created an issue

Hi just downloaded OSX Binary of pypy, made virtualenv and installed numpy pypy from git. And on importing numpy get this error:

Python 2.7.8 (10f1b29a2bd2, Feb 02 2015, 21:22:55)
[PyPy 2.5.0 with GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>> import numpy as np
/Users/almacmillan/.virtualenvs/pypy25/site-packages/numpy/linalg/_umath_linalg.py:79: UserWarning: npy_clear_floatstatus, npy_set_floatstatus_invalid not found
  warn('npy_clear_floatstatus, npy_set_floatstatus_invalid not found')

Comments (4)

  1. mattip

    Error? That look like a warning, no?

    I updated the README accordingly:

    "For now, NumPyPy only works with Python 2, and is not complete. You may get warnings or NotImplemented errors. Please let us know if you get crashes or wrong results."

  2. Log in to comment