Narrowed down the cause of OPENSSL_sk_new_reserve error

worstje 2019-09-08 23:27:16 +02:00
parent f91bda2b30
commit 7a5e2b8d6d

@ -43,9 +43,11 @@ Following are some known issues with the upcoming 0.10.0 release.
## Qt 5.11.x to 5.12.x
- Import will cause Manuskript to crash ([PR #612](https://github.com/olivierkes/manuskript/pull/612))
## PyQt 5.13.0
- Windows x64 PyQt 5.13.0 package was built with a broken OpenSSL library ([Qt 5.13.0 Known Issues](https://wiki.qt.io/Qt_5.13.0_Known_Issues))
_Does this adversely impact running Manuskript on Windows x64?_
## The procedure entry point OPENSSL_sk_new_reserve could not be located...
- This is caused by an incompatibility between PyQt and Python. ([Source](https://www.riverbankcomputing.com/pipermail/pyqt/2019-June/041891.html).)
- Starting at PyQt 5.12.4, it is built against OpenSSL 1.1.1; prior to that, it was built against OpenSSL 1.1.0.
- Python 3.7.4+ is built against OpenSSL 1.1.1, but earlier Python versions were built against OpenSSL 1.1.0.
- To fix this, make sure your version of Python and PyQt rely on the same version of OpenSSL.
# Mission Statement