HELP! python errors - pointing to older version?
Posted: Wed Jan 07, 2015 4:15 pm
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:
It looks like it's still looking for 1.3.6-dev?
More info:
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!!
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 ~ $
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 appended --install-layout=deb when running the python installer.
Thanks!!