Error on last update

Command “/home/myme/frappe-bench/env/bin/python -c “import setuptools, tokenize;file=‘/tmp/pip-build-oMTo_l/cffi/setup.py’;exec(compile(getattr(tokenize, ‘open’, open)(file).read().replace(‘\r\n’, ‘\n’), file, ‘exec’))” install --record /tmp/pip-P34F7n-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/myme/frappe-bench/env/include/site/python2.7” failed with error code 1 in /tmp/pip-build-oMTo_l/cffi
Error: None
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.1’, ‘console_scripts’, ‘bench’)()
File “/home/myme/bench-repo/bench/cli.py”, line 56, in cli
bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 664, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 644, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 991, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 837, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 464, in invoke
return callback(*args, **kwargs)
File “/home/myme/bench-repo/bench/cli.py”, line 239, in update
update_requirements()
File “/home/myme/bench-repo/bench/utils.py”, line 324, in update_requirements
exec_cmd(“{pip} install -q -r {req_file}”.format(pip=pip, req_file=req_file))
File “/home/myme/bench-repo/bench/utils.py”, line 80, in exec_cmd
subprocess.check_call(cmd, cwd=cwd, shell=True)
File “/usr/lib/python2.7/subprocess.py”, line 511, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘./env/bin/pip install -q -r ./apps/frappe/requirements.txt’ returned non-zero exit status 1

why this is happening??

Seems like you may have lost network.

This is actually the same error I have. RuntimeError: maximum recursion depth exceeded in cmp
This issue is still happening for me. Not to hijack @bobzz_zone but my post is Another bench update failure. I have attached the full log output and believe this issue is the same.