INstalling Flexget
Posted: January 3rd, 2015, 9:59 pm
When I follow the guide for deluge and then flexget, when I run flexget -V I get the following. I have done this previously and it worked fine.
Using a standard digitalocean box running Ubuntu 14.04.1 x64.
running all commands as root user.
thanks
k
Using a standard digitalocean box running Ubuntu 14.04.1 x64.
Code: Select all
Traceback (most recent call last):
File "/usr/local/bin/flexget", 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 767, in resolve
raise VersionConflict(tmpl % args)
pkg_resources.VersionConflict: six 1.5.2 is installed but six>=1.7.0 is required by ['stevedore']
thanks
k