From 7a5e2b8d6d3b85407533c2e2f4cfd6dd4ea77db5 Mon Sep 17 00:00:00 2001 From: worstje Date: Sun, 8 Sep 2019 23:27:16 +0200 Subject: [PATCH] Narrowed down the cause of OPENSSL_sk_new_reserve error --- Home.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 7067074..fe3fe9f 100644 --- a/Home.md +++ b/Home.md @@ -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