[Numpy-discussion] Broken numpy install

Ralf Gommers ralf.gommers at googlemail.com
Sat May 21 07:16:29 EDT 2011


On Sat, May 21, 2011 at 1:04 PM, Milan Mitrovic
<milan.v.mitrovic at gmail.com>wrote:

> Ok :)
>
> I just installed all three packages from the dmg files... and it still
> fails. same error message. Which python (32bit/64bit) and which
> matplotlib to use?
>
>
If you still get the same error then python is not picking up your
newly-installed numpy 1.6.0.

You are using Python 2.7, which unfortunately comes in two versions from
python.org. Do you know which one you picked, then one ending in macosx10.3
(32-bit version) or macosx10.6 (64-bit version)? Matplotlib only has the
32-bit installer, so this is what you want:

  ** For python-2.7.1-macosx10.3.dmg **
numpy-1.6.0-py2.7-python.org-macosx10.3.dmg
scipy-0.9.0-py2.7-python.org-macosx10.3.dmg
matplotlib-1.0.0-python.org-32bit-py2.7-macosx10.3.dmg

Or, if you want to stick to 64-bit python and the matplotlib you possibly
already have:

  ** For python-2.7.1-macosx10.6.dmg **
numpy-1.6.0-py2.7-python.org-macosx10.6.dmg
scipy-0.9.0-py2.7-python.org-macosx10.6.dmg
<no matplotlib binary installer>

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110521/94c399f2/attachment.html>


More information about the NumPy-Discussion mailing list