From e2e9b2737d76848317741c6ae6f9bffd467341f7 Mon Sep 17 00:00:00 2001 From: manasiyadav Date: Sun, 29 Aug 2021 14:43:23 +0530 Subject: Updated Readme.md Specified the version of PyQt5 to be installed. The Bluetooth API module implemented in the existing version of PyQt5 is not supported by the Windows 8 OS, due to which eSim 2.1 crashes in Windows 8. To fix this, PyQt5 is downgraded to a version lower than 5.10 i.e. 5.9.2. --- Windows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Windows') diff --git a/Windows/README.md b/Windows/README.md index c01c147..e39270e 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -33,7 +33,7 @@ It contains all the documentation for making NGHDL executable (using PyInstaller $ pip install pyinstaller $ pip install setuptools - $ pip install PyQt5 + $ pip install PyQt5==5.9.2 7. Test whether only NGHDL dependencies are available or not: -- cgit