Hi,
I had Flexget running for a while (almost three years, I think) on my Asus RT-AC56U. I don't tend to update Flexget, as I had bad experiences in the past with plugins stopping working, so my last installation was almost a couple of years old. My FW was getting a bit old, so I decided to start from scratch. I followed the instructions from the wiki, but most of the packages listed as dependencies don't exist anymore (pyyaml, python-sqlite, python-expat, python-bzip2 all fail).
When I try pip install flexget
, I get this error
(flexget) Joel@RT-AC56U:/tmp/mnt/Router_Stuff/flexget# pip install flexget
Collecting flexget
Downloading FlexGet-2.13.4-py2.py3-none-any.whl (6.4MB)
99% |############################### | 6.4MB 3.2MB/s eta 0:00:01Exception:
Traceback (most recent call last):
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run
wb.build(autobuilding=True)
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/wheel.py", line 749, in build
self.requirement_set.prepare_files(self.finder)
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file
session=self.session, hashes=hashes)
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url
hashes=hashes
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url
hashes)
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/download.py", line 882, in _download_http_url
_download_url(resp, link, content_file, hashes)
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/download.py", line 603, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/utils/hashes.py", line 46, in check_against_chunks
for chunk in chunks:
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/download.py", line 571, in written_chunks
for chunk in chunks:
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/utils/ui.py", line 139, in iter
for x in it:
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/download.py", line 560, in resp_read
decode_content=False):
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py", line 357, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py", line 314, in read
data = self._fp.read(amt)
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 63, in read
self._close()
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 50, in _close
self.__callback(self.__buf.getvalue())
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/_vendor/cachecontrol/controller.py", line 275, in cache_response
self.serializer.dumps(request, response, body=body),
File "/tmp/mnt/Router_Stuff/flexget/lib/python2.7/site-packages/pip/_vendor/cachecontrol/serialize.py", line 87, in dumps
).encode("utf8"),
MemoryError
Any ideas on what am I doing wrong? I'm using a virtualenv, to keep things tidy, but otherwise, nothing out of the ordinary. Python's version is 2.7.14, setuptools is 38.5.2 and pip's version is 9.0.1.
I tried easy_install flexget
but seems to be stuck at
Searching for flexget
Reading https://pypi.python.org/simple/flexget/
Any ideas? maybe we can put together an up to date installation guide with whatever we can find here.