[Numpy-discussion] Installing numpy from rpm
Christopher Barker
Chris.Barker at noaa.gov
Sun Jan 7 11:49:13 CST 2007
Satyendra Tomar wrote:
> I just used "rpm -Uvh numpy-1.0.1-1.src.rpm" to install numpy from the
> rpm package, running under SuSE 10.1, 2.6.16.21 <http://2.6.16.21>,
> python 2.4.2 , GCC 4.1.0 but python can't still find the numpy module.
You've installed a SOURCE rpm -- what you need to do is build that rpm,
then install the binary it produces:
rpmbuild --rebuild numpy-1.0.1-1.src.rpm
then look near the end of the output for where is put the resulting
binary rpm. It can then be installed as you did above.
Alternatively, find a pre-built binary (on without .src. in the name)for
your system.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
More information about the Numpy-discussion
mailing list