Skip to content

Commit

Permalink
Remove FAQ that's no longer up to date (#9484)
Browse files Browse the repository at this point in the history
I don't think this is the right error message, and it hasn't been for a while
  • Loading branch information
alex authored Aug 22, 2023
1 parent ca27434 commit 466d41c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,6 @@ as secure as possible while retaining the advantages of OpenSSL, so we've
chosen to rewrite non-cryptographic operations (such as ASN.1 parsing) in a
high performance memory safe language: Rust.

Installing ``cryptography`` produces a ``fatal error: 'openssl/opensslv.h' file not found`` error
-------------------------------------------------------------------------------------------------

``cryptography`` provides wheels which include a statically linked copy of
OpenSSL. If you see this error it is likely because your copy of ``pip`` is too
old to find our wheel files. Upgrade your ``pip`` with ``pip install -U pip``
and then try to install ``cryptography`` again.

Users on unusual CPU architectures will need to compile ``cryptography``
themselves. Please view our :doc:`/installation` documentation.

``cryptography`` raised an ``InternalError`` and I'm not sure what to do?
-------------------------------------------------------------------------

Expand Down

0 comments on commit 466d41c

Please sign in to comment.