flexget rss feed for transmission problem

Status
Not open for further replies.

nielzzz

Cadet
Joined
Nov 23, 2014
Messages
2
Hello,

I did used flexget cookbook for setting up my config.yml.
But now i tested it with "flexget --test" and i have got some errors and i can't find how to solve them.
[root@server ~]# flexget --test
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/site-packages/pkg_resources.py", line 2705, in <module>
working_set.require(__requires__)
File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 668, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 571, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: tmdb3

Does anyone know how to solve this?
 

nielzzz

Cadet
Joined
Nov 23, 2014
Messages
2
I just found the problem.

This may happen when you upgrade your linux distribution and python version gets replaced with newer one, for example 2.6 with 2.7. Now when you try to run flexget command it will use newer version of python and FlexGet is not installed on that. To fix the problem just reinstall FlexGet.

But the thing is i just installed flexget, could this be solved by downgrade my version of python.
 
D

dlavigne

Guest
Did you build it from the latest port source or install the pkg?
 
Status
Not open for further replies.
Top