[SciPy-User] Installing scipy on MacOS X

Matthew Brett matthew.brett at gmail.com
Tue Jun 16 21:17:54 EDT 2015


Hi,

On Tue, Jun 16, 2015 at 6:12 PM, Slater Joseph C , PhD, PE
<joseph.slater at wright.edu> wrote:
>> On Jun 16, 2015, at 12:25 PM, Sturla Molden <sturla.molden at gmail.com> wrote:
>>
>> Sturla Molden <sturla.molden at gmail.com> wrote:
>>
>>> You can "pip install numpy" if the wheel is built against Accelerate. Ask
>>> Matthew Brett.
>>
>> As I understand it, if NumPy is built against ATLAS, then SciPy will try to
>> do them same. And then you will get an error when it is not found. I was
>> just wondering if that was the kind of ATLAS related you got, which is why
>> I said build NumPy from source.
>>
>>
>
> I'll try doing this next. A lot of directions/support, taking me a long time to iterate around them. What python do you have installed? I'm happy to exactly copy what anyone else has that works.

Did you try with Python.org Python using the instructions in my last
email?  I think those instructions should work.  If not - what error
do you get?

You might also consider checking which gfortran you have with

$ which gfortran

and

$ gfortran --version

Cheers,

Matthew



More information about the SciPy-User mailing list