@ZileXa wrote:
Unfortunately, Flexget broke after upgrading.
I followed the instructions, upgraded setuptools first, then Flexget. It said it Succefully instralled flexget and a bunch of other stuff but there were lots of (syntax) errors during installation.
Here is the full command line output of the upgrade: https://pastebin.com/9Er4Xr1CWhen I run flexget -V, I still see the old version. When I try to upgrade Flexget or Setuptools again, I get this:
osmc@ChilleTV:~$ sudo pip install --upgrade flexget Traceback (most recent call last): File "/usr/bin/pip", line 9, in <module> load_entry_point('pip==1.5.6', 'console_scripts', 'pip')() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 570, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2755, in load_entry_point return ep.load() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2409, in load return self.resolve() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2415, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 74, in <module> from pip.vcs import git, mercurial, subversion, bazaar # noqa File "/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in <modu le> from pip.download import path_to_url File "/usr/lib/python2.7/dist-packages/pip/download.py", line 25, in <module> from requests.compat import IncompleteRead ImportError: cannot import name IncompleteRead osmc@ChilleTV:~$
Posts: 8
Participants: 3