Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Can't upgrade on Raspberry Pi 2 running Raspbian Jessie: setuptools too old

$
0
0

@Antonio_Zetta wrote:

Hey guys,

I'm running into a very annoying issue trying to upgrade flexget from 1.2.456 to the latest release 2.3.42. When I try

sudo pip install --upgrade setuptools

I get:

Downloading/unpacking setuptools from https://pypi.python.org/packages/21/5c/46a549d8b15f751e9428d5e821e9bc3f69dd8b579c3a9f13ab9bd3e75589/setuptools-28.3.0-py2.py3-none-any.whl#md5=477d21e653752131bf9f287a34c7156c
Downloading setuptools-28.3.0-py2.py3-none-any.whl (467kB): 467kB downloaded
Installing collected packages: setuptools
Found existing installation: setuptools 5.5.1
Not uninstalling setuptools at /usr/lib/python2.7/dist-packages, owned by OS
Successfully installed setuptools
Cleaning up...

When I then try to upgrade flexget, by

sudo pip install --upgrade flexget

I get:

Downloading/unpacking html5lib>=0.11 from https://pypi.python.org/packages/17/ee/99e69cdcefc354e0c18ff2cc60aeeb5bfcc2e33f051bf0cc5526d790c445/html5lib-0.999999999.tar.gz#md5=8578e4e3a341436cb9743a9e4a299239 (from flexget)
Downloading html5lib-0.999999999.tar.gz (245kB): 245kB downloaded
Running setup.py (path:/tmp/pip-build-GxYWn3/html5lib/setup.py) egg_info for package html5lib
html5lib requires setuptools version 18.5 or above; please upgrade before installing (you have 5.5.1)
Complete output from command python setup.py egg_info:
html5lib requires setuptools version 18.5 or above; please upgrade before installing (you have 5.5.1)


Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-GxYWn3/html5lib
Storing debug log for failure in /root/.pip/pip.log

Any ideas how to force the upgrade of setuptools so I can upgrade to the latest release?

Thanks in advance!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles