I noticed that 1.5.1 was released, and sourceforge is suggesting I use the package numpy-1.5.1-py2.6-python.org-macosx10.3.dmg. However, I have an OS X 10.6 machine. Can/should I use this binary? Should I just compile from source?
On Fri, Dec 31, 2010 at 7:44 PM, Gideon <gideon.simpson@gmail.com> wrote:
I noticed that 1.5.1 was released, and sourceforge is suggesting I use the package numpy-1.5.1-py2.6-python.org-macosx10.3.dmg. However, I have an OS X 10.6 machine.
Can/should I use this binary?
Should I just compile from source?
I suggest you to install pip [1] then use it to install numpy using this command: pip install numpy It compiles fast. [1] - http://pypi.python.org/pypi/pip
On Sat, Jan 1, 2011 at 5:44 AM, Gideon <gideon.simpson@gmail.com> wrote:
I noticed that 1.5.1 was released, and sourceforge is suggesting I use the package numpy-1.5.1-py2.6-python.org-macosx10.3.dmg. However, I have an OS X 10.6 machine.
Can/should I use this binary?
Yes you can. The naming scheme corresponds to the one used by Python itself on python.org. For 2.6 the ..macosx10.3.dmg works for all supported versions of OS X. For 2.7 you have the choice of 2 versions if you are on 10.6, depending on whether or not you want 32-bit or 64-bit. Cheers, Ralf
Should I just compile from source? _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
participants (3)
-
Gideon -
Ralf Gommers -
totonixsame@gmail.com