From d0db04c989b383ed106b4a2948e3955deae43c49 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Oct 2017 12:38:06 +0800 Subject: add a faq entry for a message outdated pip/setuptools can output (#3971) * add a faq entry for a message outdated pip/setuptools can output * attention to detail is not my strong suit --- docs/faq.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 7133f0c5..4ab518e4 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -84,6 +84,13 @@ earlier the default compiler is extremely old. Use ``pkg_add`` to install a newer ``gcc`` and then install ``cryptography`` using ``CC=/path/to/newer/gcc pip install cryptography``. +Installing ``cryptography`` fails with ``Invalid environment marker: python_version < '3'`` +------------------------------------------------------------------------------------------- + +Your ``pip`` and/or ``setuptools`` are outdated. Please upgrade to the latest +versions with ``pip install -U pip setuptools`` (or on Windows +``python -m pip install -U pip setuptools``). + Installing cryptography with OpenSSL 0.9.8 or 1.0.0 fails --------------------------------------------------------- -- cgit v1.2.3