Page 1 of 1
deluge 1.1.0 and ubuntu 7.10: Problem installing
Posted: Sun Jan 18, 2009 8:25 pm
by Cedara
When I try to install the 1.1.0 .deb final I get this error message:
dependency is not satisfiable: python-pkg-resources
What does this mean? And how do I solve this?
Re: deluge 1.1.0 and ubuntu 7.10: Problem installing
Posted: Mon Jan 19, 2009 1:58 am
by johnnyg
are you using the correct .deb (ubuntu 7.10 is gutsy gibbon) ?
Re: deluge 1.1.0 and ubuntu 7.10: Problem installing
Posted: Mon Jan 19, 2009 8:20 am
by Cedara
johnnyg wrote:are you using the correct .deb (ubuntu 7.10 is gutsy gibbon) ?
Yes.
While I've got an AMD64, I'm running the 32-bit version of ubuntu, so I took that .deb too. Did it all other times previously, it worked fine with the 1.0.7.
Re: deluge 1.1.0 and ubuntu 7.10: Problem installing
Posted: Mon Jan 19, 2009 8:22 am
by johnnyg
if you're running a 32 bit ubuntu you need a 32 bit .deb
I'm not sure why it's not installing, you can always try ignoring python-pkg-resources by running this:
Code: Select all
sudo dpkg --ignore-depends=python-pkg-resources -i deluge-torrent_1.1.0-1_i386.gutsy.deb
Re: deluge 1.1.0 and ubuntu 7.10: Problem installing
Posted: Fri Feb 13, 2009 9:43 am
by Cedara
johnnyg wrote:if you're running a 32 bit ubuntu you need a 32 bit .deb
I'm not sure why it's not installing, you can always try ignoring python-pkg-resources by running this:
Code: Select all
sudo dpkg --ignore-depends=python-pkg-resources -i deluge-torrent_1.1.0-1_i386.gutsy.deb
I've changed to 8.10 by now, and it that version it works without any problems. Maybe it was time to upgrade for me.