[Numpy-discussion] Endianness not detected in OS X Lion

Julian Taylor jtaylor.debian at googlemail.com
Wed Oct 15 13:18:46 EDT 2014


On 15.10.2014 16:21, Nicola wrote:
> Hi,
> I am trying to install numpy 1.9.0 on OS X Lion 10.7.5 and I get the 
> same error as reported in this old thread:
> 
>     http://thread.gmane.org/gmane.comp.python.numeric.general/47711/
> 
...
>    ^
> 
> no matter whether I use the system's clang or gcc 4.9 (installed with 
> Homebrew). Is there a workaround for this?
> 

hi,
you probably have an importable endian.h in your path (e.g.
/usr/include) normally thats not the case on mac
The issue should be fixed in current git master, can you give it a try?
might be worthwhile to backport the fix to 1.9.1

Cheers,
Julian



More information about the NumPy-Discussion mailing list