aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-02-13 20:01:06 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2017-02-13 18:01:06 -0800
commitbd7cd2d43f75bd34830dfbeaf0ac4f8be2fce9a7 (patch)
treee43d485524bcfd2efd9f4f6dd51a13ba478823df /docs/faq.rst
parent979458830cf59631f36b08e865ff7fe71b08d6ee (diff)
downloadcryptography-bd7cd2d43f75bd34830dfbeaf0ac4f8be2fce9a7.tar.gz
cryptography-bd7cd2d43f75bd34830dfbeaf0ac4f8be2fce9a7.tar.bz2
cryptography-bd7cd2d43f75bd34830dfbeaf0ac4f8be2fce9a7.zip
faq entry for setuptools_ext issues (#3393)
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst5
1 files changed, 5 insertions, 0 deletions
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
---------------------------------------------------------