HELP! python errors - pointing to older version?

General support for problems installing or using Deluge
Post Reply
jp.briggs
New User
New User
Posts: 2
Joined: Wed Jan 07, 2015 4:07 pm

HELP! python errors - pointing to older version?

Post by jp.briggs »

I now don't remember the entire sequence of events. BUT. I have a Raspberry Pi, it was running deluge 1.3.6-dev. It started throwing errors, and part of my troubleshooting was to update deluge. So I did, following the instructions on this site. I went through, and deleted all instances of deluge (locate deluge). Then I built from source 1.3.11; the install went fine. However, when I run deluged I'm getting:

Code: Select all

jp@gob ~ $ deluged
Traceback (most recent call last):
  File "/usr/local/bin/deluged", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2970, in <module>
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 569, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 582, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 761, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: deluge==1.3.6-dev
jp@gob ~ $
It looks like it's still looking for 1.3.6-dev?

More info:

Code: Select all

jp@gob ~ $ uname -a
Linux gob 3.12.28+ #709 PREEMPT Mon Sep 8 15:28:00 BST 2014 armv6l GNU/Linux
I followed the build from source instructions here: http://dev.deluge-torrent.org/wiki/Installing/Source

I appended --install-layout=deb when running the python installer.

Thanks!!
Post Reply