Flexget Upgrade problems

Discussion and Technical Support for general software applications and utilities including OS related issues.
Post Reply
spardha
Member
Member
Posts: 1
Joined: February 9th, 2012, 12:35 pm

Flexget Upgrade problems

Post by spardha »

Hi I was having some issues with flexget i ran pip install --upgrade flexget which upgraded me to 1.0r2700 from there i was getting this error

Code: Select all

C:\Python26\Scripts>flexget -V Traceback (most recent call last):
File "C:\Python26\Scripts\flexget-script.py", line 5, in <module>
from pkg_resources import load_entry_point
File "C:\Python26\lib\site-packages\pkg_resources.py", line 2607, in <module>
parse_requirements(requires), Environment()
File "C:\Python26\lib\site-packages\pkg_resources.py", line 565, in resolve
raise DistributionNotFound?(req) # XXX put more info here
pkg_resources.DistributionNotFound?: requests>=0.10,!=0.10.1,<0.11
I submitted a ticket on the flexget website that advised that i run

Code: Select all

pip --upgrade install requests==0.10.0
pip --upgrade install sqlalchemy==0.7.4
I did this and that which seems to have rolled me back to 1.0r2688 but when I do flexget --test I get

Code: Select all

C:\Python26\Scripts>flexget --test
2012-02-09 08:45 INFO     manager                       Test mode, creating a copy from database ...
2012-02-09 08:45 INFO     manager                       Test database created
2012-02-09 08:45 CRITICAL manager                       [/dict:feeds] key 'feeds' is not recognized
2012-02-09 08:45 CRITICAL manager                       [/dict:presets] key 'presets' is not recognized
2012-02-09 08:45 WARNING  manager                       There are no feeds to execute, please add some feeds
2012-02-09 08:45 INFO     manager                       Removed test database
Im running on a 64bit windows system, I havent had any problems with my config until this upgrade, but its linked here from pastebin for you to view. Not sure what other info is needed so let me know if you need anything else.

config: http://pastebin.com/c9J10fbP
Post Reply