<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 7, 2015 at 1:04 AM, Chris Barker - NOAA Federal <span dir="ltr"><<a href="mailto:chris.barker@noaa.gov" target="_blank">chris.barker@noaa.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><span class=""><div></div><div>On Nov 6, 2015, at 3:57 PM, Robert McGibbon <<a href="mailto:rmcgibbo@gmail.com" target="_blank">rmcgibbo@gmail.com</a>> wrote:</div><div><br></div><blockquote type="cite"><div><div dir="ltr">I'm using the Python from the Miniconda installer with py35 released last week.</div></div></blockquote><div><br></div></span><div>Then you should not expect it to be able to find compatible binary wheels on PyPi.</div><div><br></div><div>Pretty much the entire point of conda is to support Numpy and friends. It's actually really good that it DIDN'T go and install a binary wheel.</div><div><br></div><div>You want:</div><div><br></div><div>conda install numpy</div><div><br></div><div>Trust me on that :-)</div><div><br></div><div>There are some cases where pip installing a source package into a conda Python is fine -- but mostly only pure-Python packages.</div></div></blockquote><div><br></div><div>Actually, the situation with pip on OS X is quite good. This should work with at least <a href="http://python.org">python.org</a> Python, MacPython and Homebrew (using wheels):<br><br>     pip install numpy scipy matplotlib pandas scikit-image scikit-learn<br><br></div><div>Ralf<br><br><br></div></div></div></div>