[NumPy-Tickets] [NumPy] #1423: Error running: easy_install numpy
NumPy Trac
numpy-tickets@scipy....
Fri Mar 5 19:48:47 CST 2010
#1423: Error running: easy_install numpy
--------------------+-------------------------------------------------------
Reporter: rjain | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Keywords: |
--------------------+-------------------------------------------------------
Comment(by cdavid):
There is no need to use easy_install, just install from sources with
python setup.py install.
It seems also that your blas/lapack is built with gfortran: you should
make sure to use gfortran when building numpy as well: python setup.py
build_ext --fcompiler=gnu95 install
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1423#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list