Re: missing dependency is actually there



On Tue, 22 Jul 2008 11:03:45 -0400, TriAdmin typed this message:

I am trying to install Numeric-24.2 which it seems needs python and some
other file. It's failed depndency is python =>2.4, which it also
indicates is already there when I try to install it.

Any ideas?

[root@xxxxxxxxxxxxxxxx bin]
# rpm -Uvh Numeric-24.2-1.i586.rpm error:
Failed dependencies:
python-base >= 2.4 is needed by Numeric-24.2-1.i586 libg2c.so.0
is needed by Numeric-24.2-1.i586


[root@xxxxxxxxxxxxxxxx bin]
# cp /home/adminuser40u/perl_mods/python-2.4.2-3.2.1.i386.rpm /usr/bin
cp: overwrite `/usr/bin/python-2.4.2-3.2.1.i386.rpm'? n

[root@xxxxxxxxxxxxxxxx bin]
# rpm -Uvh python-2.4.2-3.2.1.i386.rpm
warning: python-2.4.2-3.2.1.i386.rpm: Header V3 DSA signature: NOKEY,
key ID 4f2a6fd2
Preparing... ###########################################
[100%]
package python-2.4.3-19.el5 (which is newer than
python-2.4.2-3.2.1)
is already installed

I think you need the python-devel rpm

$ sudo rpm -Uhv python-2.4-devel-2.4.2-3.2.1.i386.rpm


if you're using Suse 10-11.x

$ sudo zypper install python-2.4-devel-2.4.2-3.2.1.i386.rpm

or
$ su -c "rpm -Uhv python-2.4-devel-2.4.2-3.2.1.i386.rpm"
.



Relevant Pages

  • Re: Whats so funny? WAS Re: rotor replacement
    ... That I have to download and perhaps install them to use ... > * I have to download and build the MySQLdb package to talk to MySQL ... > servers from Python code ... I can write something using a core module instead of an external ...
    (comp.lang.python)
  • RE: Python 2.4 killing commercial Windows Python development ?
    ... > install fully useable Python on their Windows machines. ... > Quicksomething for Windows, or RealPlayer, ... The Windows application that I develop and distribute relies on Python ...
    (comp.lang.python)
  • Re: bytecode non-backcompatibility
    ... Unstable bytecodes makes updating to a newer version of Python very ... >>>tedious and risk breaking old scripts, ... > setup.py install" to install the library into site-package. ... each port has a list of all the other ports it depends ...
    (comp.lang.python)
  • HOWTO: Python 2.3 on Fedora Core 1 Linux
    ... About the 'new' Python ... Appendix A: Python Installation with Tkinter - edit: Modules/Setup.dist ... Be aware that it is always risky to install new software; ... # uncomment and/or edit those parts as indicated. ...
    (comp.lang.python)
  • Re: Python 2.4 killing commercial Windows Python development ?
    ... install fully useable Python on their Windows machines. ... different to me than having to install Shockwave, ... Quicksomething for Windows, or RealPlayer, ... The Windows application that I develop and distribute relies on Python ...
    (comp.lang.python)