[Numpy-discussion] Installing numpy on py 3.1.2 , osx
Zachary Pincus
zachary.pincus@yale....
Mon Jun 7 15:54:30 CDT 2010
Hi Vincent,
(1) Fortran compiler isn't necessary for numpy, but is for scipy,
which isn't ported to python 3 yet.
(2) Could you put up on pastebin or somewhere online the full error
you got?
The problem isn't one of not finding the Python.h header file, which
will be present in the Python 3 framework that you installed, but some
sort of obscure compilation error that got misinterpreted as a missing
header by the python build process. Unfortunately, the [CLIP] in your
previous email may have obscured the source of the error.
Zach
More information about the NumPy-Discussion
mailing list