Re: missing dependency is actually there
- From: "TriAdmin" <lof@xxxxxxxxxxx>
- Date: Wed, 23 Jul 2008 08:50:10 -0400
"noi ance" <noi@xxxxxxxx> wrote in message
news:jEuhk.15071$xZ.14169@xxxxxxxxxxxxxxxxxxxxxxx
On Tue, 22 Jul 2008 17:05:35 -0400, TriAdmin typed this message:
"noi ance" <noi@xxxxxxxx> wrote in message
news:zcrhk.18217$Ri.300@xxxxxxxxxxxxxxxxxxxxxxx
On Tue, 22 Jul 2008 14:53:48 -0400, TriAdmin typed this message:
"noi ance" <noi@xxxxxxxx> wrote in message
news:iaphk.15979$mh5.2736@xxxxxxxxxxxxxxxxxxxxxxx
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# rpm -Uvh Numeric-24.2-1.i586.rpm error:
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]
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"
Thanks!! I am using CENTOS. I did a su -, entered the root password
then entered sudo rpm -Uhv python-2.4-devel-2.4.2-3.2.1.i386.rpm
It said: error: open of python-2.4-devel-2.4.2-3.2.1.i386.rpm failed:
No such file or directory
Where do I find python-2.4-devel-2.4.2-3.2.1.i386.rpm - I googled it
with no results.
Many thanks from a newbie!!!!!!!
Dude sorry. I should have asked but one of the packages you listed
showed fc5 so I assumed. Most of what I suggested still applies except
you need to start at http://www.centos.org/
Find the yum repositories for your Centos version. Though Centos 5.x
appears to be very, very similar to RHEL 5.2 but not FC5.
Yum should still work the same though $ man yum
or
$ yum --help
to check.
When the correct Centos repositories for your version are installed and
the FC repositories removed, you can then search using yum. RPM only
works for downloaded rpms
or rpm -Uvh {ftp|http}://download.centos.org/something/some.rpm
$ yum provides libg2f python-devel
$ yum search python
<== I only use su -c "yum " or sudo yum for updates, erase and install.
Actually, since I'm no longer using FC I'm not using yum but its the
best package manager for Centos, RHEL and FC.
That should show you all the installed python modules. or
$ rpm -qa python
$ rpm -ql python | less
$ rpm --provides -q $(rpm -qa python) | less
Thanks, I'll eventually figure out what all this means after I pick up
the hair I've pulled out the last two days.
Thanks for your help, I don't mean that sarcastically. Thanks.
I hope it helps. It's a learning experience for me.
As a newbie you tried to install a package without some background
knowledge. I made the mistake of thinking you were using either Suse or
RH/FC. However, much of my replies still apply.
All commands can be tried as long as you don't use su -c or sudo or as
the root superuser. And as I suggest only use sudo for the install,
erase and update yum commands when you're ready.
I believe your basic problem is one of
you really don't have python-2.4 installed
or you don't have the python-devel-2.4 installed
or your package actually requires python-2.4 and won't accept
python-2.4.x or better.
BTW, I just looked up Numeric and the developers strongly suggest using
NumPy instead of Numeric for those numerical extensions for Python.
Maintenance on Numberic has ceased.
$ yum search numpy
$ rpm -qa | grep -i numpy
$ yum info numpy
$ yum install numpy
Thanks for your help. I am using this with drupal memtracker modules and
here's what it says:
1. After unpacking the memetracker and machinelearningapi modules, download
and install Python Numeric and
Pycluster. Python Numeric is a dependancy of Pycluster and must be installed
first. Note, Python NumPy has
replaced Python Numeric but Pycluster has not been upgraded to use NumPy.
Numeric is still required.
Python Numeric can be downloaded here:
http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=1351&release_id=370308
Pycluster can be downloaded here:
http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/software.htm#pycluster
So it seems I still need Numeric but I can't seem to install it.
I did yum search and found numpy and could install it right away but
unfortunately, according to the instructions, I need the older version. I
am in quite the quandry here.
.
- Follow-Ups:
- Re: missing dependency is actually there
- From: noi ance
- Re: missing dependency is actually there
- References:
- missing dependency is actually there
- From: TriAdmin
- Re: missing dependency is actually there
- From: noi ance
- Re: missing dependency is actually there
- From: TriAdmin
- Re: missing dependency is actually there
- From: noi ance
- Re: missing dependency is actually there
- From: TriAdmin
- Re: missing dependency is actually there
- From: noi ance
- missing dependency is actually there
- Prev by Date: Re: Redhat certification
- Next by Date: Re: missing dependency is actually there
- Previous by thread: Re: missing dependency is actually there
- Next by thread: Re: missing dependency is actually there
- Index(es):
Relevant Pages
|