
On Mon, Mar 10, 2014 at 10:27 AM, Jens Nielsen <jenshnielsen@gmail.com>wrote:
If someone is running a brew python and does "pip install numpy" will pip find a binary wheel that will then not work? That would be bad, but maybe not our problem -- brew users should be using brew to build numpy anyway.
No that is not how homebrew works. Brew does not pack anything that pip installable: https://github.com/Homebrew/homebrew/wiki/Homebrew-and-Python so that would be a big issue. Especially since installing numpy with pip and brew python just works without any problem when building from source.
There are unofficial brew taps (channels) with python packages but this not the recommended way.
OK, then I'll re-phrase: Brew users should be building from source anyway, even if they use pip to do it. But it would be bad if they had to go out of their way to do that -- I've lost track of pip's default behavior in this regard. -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.Barker@noaa.gov