From bd7cd2d43f75bd34830dfbeaf0ac4f8be2fce9a7 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 13 Feb 2017 20:01:06 -0600 Subject: faq entry for setuptools_ext issues (#3393) --- docs/faq.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index aba89d2e..4327d11a 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -38,6 +38,11 @@ If you have no other libraries using OpenSSL in your process, or they do not appear to be at fault, it's possible that this is a bug in ``cryptography``. Please file an `issue`_ with instructions on how to reproduce it. +Installing ``cryptography`` fails with ``ImportError: No module named setuptools_ext`` +-------------------------------------------------------------------------------------- + +Your ``cffi`` package is out of date. ``pip install -U cffi`` to update it. + Installing cryptography with OpenSSL 0.9.8 or 1.0.0 fails --------------------------------------------------------- -- cgit v1.2.3