7 Jun
2010
7 Jun
'10
2:42 p.m.
On Mon, Jun 7, 2010 at 10:32 AM, Vincent Davis <vincent@vincentdavis.net> wrote:
I have read that numpy has been ported to python 3. Is this correct ?
Yes.
I have tried to install it on py3.1.2 but have had no luck. (for me it is a matter of luck rather than skill)
My most recent attempt resulted in what appeared to me an endless loop after typing "make" I gave it ~30min.
It should be the same as installing under Python < 3 except you use the version of Python you want.
From source (probably should delete the build directory if it's there already in the numpy source directory)
python3.1 setup.py build python3.1 setup.py install Might need to sudo the last command. Don't know on OS X. Skipper