@gifty wrote:
Hi All,
I'm trying to upgrade flexget, but I'm unable to do it. Please refer to the output I'm getting. I'm currently using v1.2.477.
Can anyone help me?Thank you!
[~] sudo -H pip install --upgrade flexget 22:18:57 Collecting flexget Using cached FlexGet-2.0.21-py2.py3-none-any.whl Requirement already up-to-date: SQLAlchemy!=0.9.0,<1.999,>=0.7.5 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: flask-restful>=0.3.3 in /usr/local/lib/python2.7/dist-packages (from flexget) Collecting path.py>=8.1.1 (from flexget) Using cached path.py-8.2.1-py2.py3-none-any.whl Requirement already up-to-date: flask-compress>=1.2.1 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: FeedParser>=5.2.1 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: html5lib>=0.11 in /usr/local/lib/python2.7/dist-packages (from flexget) Collecting apscheduler!=3.1.0,>=3.0.3 (from flexget) Using cached APScheduler-3.0.6-py2.py3-none-any.whl Requirement already up-to-date: beautifulsoup4!=4.2.0,<4.5,>=4.1 in /usr/local/lib/python2.7/dist-packages (from flexget) Collecting future>=0.15.2 (from flexget) Using cached future-0.15.2.tar.gz /usr/local/lib/python2.7/dist-packages/distribute-0.6.14-py2.7.egg/setuptools/command/install_scripts.py:3: UserWarning: Module six was already imported from /usr/local/lib/python2.7/dist-packages/six.pyc, but /usr/lib/python2.7/dist-packages is being added to sys.path from pkg_resources import Distribution, PathMetadata, ensure_directory Requirement already up-to-date: PyYAML in /usr/local/lib/python2.7/dist-packages (from flexget) Collecting python-dateutil>=2.5.2 (from flexget) Using cached python_dateutil-2.5.3-py2.py3-none-any.whl Collecting requests<3.0,>=2.8.0 (from flexget) Using cached requests-2.10.0-py2.py3-none-any.whl Requirement already up-to-date: Safe>=0.4 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: flask-login>=0.3.2 in /usr/local/lib/python2.7/dist-packages (from flexget) Collecting pyparsing>=2.0.3 (from flexget) Using cached pyparsing-2.1.4-py2.py3-none-any.whl Requirement already up-to-date: guessit<=2.0.4 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: PyRSS2Gen in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: pynzb in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: flask>=0.7 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: flask-cors>=2.1.2 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: jsonschema>=2.0 in /usr/local/lib/python2.7/dist-packages (from flexget) Collecting cherrypy>=3.7.0 (from flexget) Using cached CherryPy-5.4.0.zip Requirement already up-to-date: jinja2 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: flask-restplus==0.8.6 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: pathlib>=1.0 in /usr/local/lib/python2.7/dist-packages (from flexget) Requirement already up-to-date: rpyc in /usr/local/lib/python2.7/dist-packages (from flexget) Collecting pytz (from flask-restful>=0.3.3->flexget) Using cached pytz-2016.4-py2.py3-none-any.whl Requirement already up-to-date: six>=1.3.0 in /usr/local/lib/python2.7/dist-packages (from flask-restful>=0.3.3->flexget) Requirement already up-to-date: aniso8601>=0.82 in /usr/local/lib/python2.7/dist-packages (from flask-restful>=0.3.3->flexget) Requirement already up-to-date: futures; python_version < "3.2" in /usr/local/lib/python2.7/dist-packages (from apscheduler!=3.1.0,>=3.0.3->flexget) Requirement already up-to-date: tzlocal in /usr/local/lib/python2.7/dist-packages (from apscheduler!=3.1.0,>=3.0.3->flexget) Collecting rebulk>=0.7.0 (from guessit<=2.0.4->flexget) Using cached rebulk-0.7.2.tar.gz Complete output from command python setup.py egg_info: install_dir . install_dir . Installed /tmp/easy_install-DfA0Ge/pytest-runner-2.7.1/setuptools_scm-1.11.0-py2.7.egg your setuptools is too old (<12) setuptools_scm functionality is degraded zip_safe flag not set; analyzing archive contents... Installed /tmp/pip-build-EQZek3/rebulk/pytest_runner-2.7.1-py2.7.egg running egg_info creating pip-egg-info/rebulk.egg-info writing requirements to pip-egg-info/rebulk.egg-info/requires.txt writing pip-egg-info/rebulk.egg-info/PKG-INFO writing top-level names to pip-egg-info/rebulk.egg-info/top_level.txt writing dependency_links to pip-egg-info/rebulk.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/rebulk.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-EQZek3/rebulk/setup.py", line 68, in <module> setup(**args) File "/usr/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.14-py2.7.egg/setuptools/command/egg_info.py", line 179, in run self.find_sources() File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.14-py2.7.egg/setuptools/command/egg_info.py", line 254, in find_sources mm.run() File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.14-py2.7.egg/setuptools/command/egg_info.py", line 308, in run self.add_defaults() File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.14-py2.7.egg/setuptools/command/egg_info.py", line 335, in add_defaults rcfiles = list(walk_revctrl()) File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.14-py2.7.egg/setuptools/command/sdist.py", line 46, in walk_revctrl for item in ep.load()(dirname): File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.14-py2.7.egg/pkg_resources.py", line 1954, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) ImportError: No module named setuptools_scm.integration ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-EQZek3/rebulk/
Posts: 8
Participants: 5