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