From 60a762b4c60094483bc23ce4eae521d51e441e3f Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Thu, 22 Mar 2018 13:48:44 +0800 Subject: [PATCH] Manually delete caches --- docs/diagnose.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/diagnose.rst b/docs/diagnose.rst index 31ccc3ba..81b3e216 100644 --- a/docs/diagnose.rst +++ b/docs/diagnose.rst @@ -20,7 +20,14 @@ are, you may need to clear your resolver cache. Run the following command:: pipenv-resolver --clear -And try again. +and try again. + +If this does not work, try manually deleting the whole cache directory. It is +usually one of the following locations: + +* ``~/Library/Cache/pipenv`` (macOS) +* ``%LOCALAPPDATA%\pipenv\pipenv\Cache`` (Windows) +* ``~/.cache/pipenv`` (other operating systems) Pipenv does not install prereleases (i.e. a version with an alpha/beta/etc. suffix, such as *1.0b1*) by default. You will need to pass the ``--pre`` flag