diff options
Diffstat (limited to 'docs/faq.rst')
-rw-r--r-- | docs/faq.rst | 4 |
1 files changed, 4 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`` ------------------------------------------------------------------------------------------------------------------------- |