deluge 1.1.0 and ubuntu 7.10: Problem installing

General support for problems installing or using Deluge
Post Reply
Cedara
New User
New User
Posts: 3
Joined: Sun Jan 18, 2009 8:19 pm

deluge 1.1.0 and ubuntu 7.10: Problem installing

Post 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?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluge 1.1.0 and ubuntu 7.10: Problem installing

Post by johnnyg »

are you using the correct .deb (ubuntu 7.10 is gutsy gibbon) ?
Cedara
New User
New User
Posts: 3
Joined: Sun Jan 18, 2009 8:19 pm

Re: deluge 1.1.0 and ubuntu 7.10: Problem installing

Post 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.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluge 1.1.0 and ubuntu 7.10: Problem installing

Post 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
Cedara
New User
New User
Posts: 3
Joined: Sun Jan 18, 2009 8:19 pm

Re: deluge 1.1.0 and ubuntu 7.10: Problem installing

Post 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.
Post Reply