diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-04-09 09:19:02 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-04-09 21:19:02 +0800 |
commit | e660ffe2e690291649781ceb173e572767a6f0ec (patch) | |
tree | b686dc1011f0b1ccc864eda2268ee7d57c9052b4 | |
parent | a699167bbfa2e7cfdc1818697c184fa18535d6f8 (diff) | |
download | cryptography-e660ffe2e690291649781ceb173e572767a6f0ec.tar.gz cryptography-e660ffe2e690291649781ceb173e572767a6f0ec.tar.bz2 cryptography-e660ffe2e690291649781ceb173e572767a6f0ec.zip |
Fixed #3489 -- document that we don't have wheels for pypy (#3496)
* Fixed #3489 -- document that we don't have wheels for pypy
* homebrew is a word
-rw-r--r-- | docs/faq.rst | 4 | ||||
-rw-r--r-- | docs/spelling_wordlist.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 4a9fd5cd..9706faa7 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -23,6 +23,10 @@ OpenSSL. You're seeing this error because your copy of pip is too old to find our wheel files. Upgrade your copy of pip with ``pip install -U pip`` and then try install ``cryptography`` again. +If you are using PyPy, we do not currently ship ``cryptography`` wheels for +PyPy. You will need to install your own copy of OpenSSL -- we recommend using +Homebrew. + Starting ``cryptography`` using ``mod_wsgi`` produces an ``InternalError`` during a call in ``_register_osrandom_engine`` ------------------------------------------------------------------------------------------------------------------------- diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index 450e758e..b3303a43 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -39,6 +39,7 @@ fernet FIPS Google hazmat +Homebrew hostname indistinguishability initialisms |