From ae422bf1a8df8bdba4d0bf08b5a65b5ea4f4a258 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Tue, 8 Dec 2015 20:14:43 +0100 Subject: [PATCH] Improve FAQ --- docs/faq.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index d8bf521..5249476 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -7,6 +7,14 @@ FAQ Use :ref:`dump_mode` to dump the requirements used by the installer, customize them and pass them again to the installer for the installation run +#. Packages are not correctly installed / missing in my environment + + If you're using Debina / Ubuntu, chances are that the version of pip in the + virtualenv is outdated and cannot connect with PyPi. + Usually upgrading pip in the virtualenv before running **djangocms-installer** + fixes the issue:: + + pip install -U pip #. After installing the virtualenv, the installer exit with "*Pillow is not compiled with ... support*" / "*Pillow is not installed*" errors, what can