John Croney
Dabbler
- Joined
- Jan 16, 2015
- Messages
- 22
I have done every thing I could think of and I still can not get flexget to work.
I have deleted every thing
I re-install the OS
I now have a jail for flexget and I run the scrip and commands as you mentioned and still it would not work. What the hell is with this version. I am thinking I need to stop upgrading as it has always been problems.
This is what I am getting not. It is not from the script but I would show you the same message I got and what is up to date.
I have deleted every thing
I re-install the OS
I now have a jail for flexget and I run the scrip and commands as you mentioned and still it would not work. What the hell is with this version. I am thinking I need to stop upgrading as it has always been problems.
This is what I am getting not. It is not from the script but I would show you the same message I got and what is up to date.
Code:
root@flexget_1:/ # pip install --upgrade pip Requirement already up-to-date: pip in /usr/local/lib/python2.7/site-packages root@flexget_1:/ # pip install --upgrade setuptools Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/site-packages root@flexget_1:/ # pip install --upgrade flexget Collecting flexget Using cached FlexGet-1.2.265.tar.gz Collecting FeedParser>=5.1.3 (from flexget) Using cached feedparser-5.1.3.tar.bz2 Collecting SQLAlchemy!=0.9.0,<0.9.99,>=0.7.5 (from flexget) Using cached SQLAlchemy-0.9.8.tar.gz Collecting PyYAML (from flexget) Using cached PyYAML-3.11.tar.gz Collecting beautifulsoup4!=4.2.0,<4.4,>=4.1 (from flexget) Using cached beautifulsoup4-4.3.2.tar.gz Collecting html5lib>=0.11 (from flexget) Using cached html5lib-0.999.tar.gz Collecting PyRSS2Gen (from flexget) Using cached PyRSS2Gen-1.1.tar.gz Collecting pynzb (from flexget) Using cached pynzb-0.1.0.tar.gz Collecting progressbar (from flexget) Using cached progressbar-2.2.tar.gz Collecting rpyc (from flexget) Using cached rpyc-3.3.0.tar.gz Collecting jinja2 (from flexget) Using cached Jinja2-2.7.3.tar.gz Collecting requests!=2.4.0,<2.99,>=1.0 (from flexget) Using cached requests-2.5.1-py2.py3-none-any.whl Collecting python-dateutil!=2.0,!=2.2 (from flexget) Using cached python_dateutil-2.4.0-py2.py3-none-any.whl Collecting jsonschema>=2.0 (from flexget) Using cached jsonschema-2.4.0-py2.py3-none-any.whl Collecting python-tvrage (from flexget) Using cached python-tvrage-0.4.1.tar.gz Collecting tmdb3 (from flexget) Using cached tmdb3-0.7.2.tar.gz Traceback (most recent call last): File "<string>", line 20, in <module> File "/tmp/pip-build-7OX87c/tmdb3/setup.py", line 9, in <module> with open('README.md') as f: IOError: [Errno 2] No such file or directory: 'README.md' Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 20, in <module> File "/tmp/pip-build-7OX87c/tmdb3/setup.py", line 9, in <module> with open('README.md') as f: IOError: [Errno 2] No such file or directory: 'README.md' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-7OX87c/tmdb3