[Numpy-tickets] [NumPy] #565: numpy cannot be built when scipy is installed
NumPy
numpy-tickets@scipy....
Tue Aug 7 02:31:46 CDT 2007
#565: numpy cannot be built when scipy is installed
-------------------------+--------------------------------------------------
Reporter: johannct | Owner: somebody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: Other | Version: devel
Severity: trivial | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by stefan):
Numpy installation uses a bootstrapped version of numpy to install, so if
you do
{{{
python setup.py install
}}}
in the source directory, it should pick up the right version. Make sure
that you don't have any modifications to your local copy, by running
{{{
svn status
}}}
As you can see at http://buildbot.scipy.org, this problem doesn't occur on
any of our test platforms, so I think it must be something specific about
your setup.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/565#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list