On Wed, Feb 26, 2014 at 3:10 PM, Tom Augspurger
<tom.augspurge...@gmail.com>wrote:

> Chris Barker - NOAA Federal wrote
> > What python are you using? apparently not a Universal 32+64 bit build.
> The
> > one Apple delivers?
>
> I'm using homebrew python, so the platform difference seems to have come
> from there.


and it _should_ -- in theory, and often in practice, you should be able to
get packages for hamebrew with either:

brew install the_package_name

or

pip install the_package_name

and let it compile away.

But we wouldn't want a brew python to find a binary wheel built for the
python.org python


-Chris

-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to