<div dir="ltr"><div>I'm trying to install on a Debian 64 bit instance, I have the right python installed, but I receive the following error. What is it?</div><div><br></div><div>TIA</div><div><br></div><div>Renato</div><div><br></div><div><br></div><div><code>python quickinstall.py </div><div>Usage:   </div><div>  pip install [options] <requirement specifier> [package-index-options] ...</div><div>  pip install [options] -r <requirements file> [package-index-options] ...</div><div>  pip install [options] [-e] <vcs project url> ...</div><div>  pip install [options] [-e] <local project path> ...</div><div>  pip install [options] <archive url/path> ...</div><div>no such option: --download-cache</div><div>Traceback (most recent call last):</div><div>  File "quickinstall.py", line 153, in <module></div><div>    QuickInstall(os.path.dirname(os.path.realpath(sys.argv[0])), venv=args.venv, download_cache=args.download_cache)()</div><div>  File "quickinstall.py", line 68, in __call__</div><div>    self.do_install()</div><div>  File "quickinstall.py", line 108, in do_install</div><div>    subprocess.check_call(args)</div><div>  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call</div><div>    raise CalledProcessError(retcode, cmd)</div><div>subprocess.CalledProcessError: Command '['/home/renato_pontefice/moin-2.0-venv-python/bin/pip', 'install', '--upgrade', '--download-cache', '/home/renato_pontefice/.pip/pip-downloa</div><div>d-cache', '--editable', '/home/renato_pontefice/moin-2.0', '--process-dependency-links', '--allow-external', 'flatland', '--allow-unverified', 'flatland']' returned non-zero exit s</div><div>tatus 2</div><div>renato_pontefice@instance-1:~/moin-2.0$ </code></div></div>