From f33c4cbae11354133acceb2be655d946b7c3b5f8 Mon Sep 17 00:00:00 2001 From: ines Date: Fri, 7 Apr 2017 10:22:06 +0200 Subject: [PATCH] Add --no-cache-dir error to troubleshooting docs (see #958) --- website/docs/usage/troubleshooting.jade | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/docs/usage/troubleshooting.jade b/website/docs/usage/troubleshooting.jade index 8af611859..cb8271343 100644 --- a/website/docs/usage/troubleshooting.jade +++ b/website/docs/usage/troubleshooting.jade @@ -50,6 +50,20 @@ p | or use a #[code virtualenv] to install spaCy in a user directory, instead | of doing a system-wide installation. ++h(3, "no-cache-dir") No such option: --no-cache-dir + ++code(false, "text"). + no such option: --no-cache-dir + +p + | The #[code download] command uses pip to install the models and sets the + | #[code --no-cache-dir] flag to prevent it from requiring too much memory. + | #[+a("https://pip.pypa.io/en/stable/reference/pip_install/#caching") This setting] + | requires pip v6.0 or newer. + ++infobox("Solution") + | Run #[code pip install -U pip] to upgrade to the latest version of pip. + | To see which version you have installed, run #[code pip --version]. +h(3, "import-error") Import error