--- a/scripts/install.py Sun Oct 03 15:59:11 2021 +0200 +++ b/scripts/install.py Sun Oct 03 17:25:49 2021 +0200 @@ -1453,13 +1453,12 @@ """ global verbose - # TODO: update as necessary for PyQt6 6.2.0 requiredVersions = { - "pyqt6": 0x60101, - "pyqt6-charts": 0x60101, - "pyqt6-webengine": 0x60200, - "pyqt6-qscintilla": 0x20d00, - "sip": 0x60100, + "pyqt6": 0x60200, # v6.2.0 + "pyqt6-charts": 0x60200, # v6.2.0 + "pyqt6-webengine": 0x60200, # v6.2.0 + "pyqt6-qscintilla": 0x20d00, # v2.13.0 + "sip": 0x60100, # v6.1.0 } try: @@ -1527,7 +1526,6 @@ if isSudo: print("Optional 'PyQt6-WebEngine' could not be detected.") else: - # TODO: should PyQt6-WebEngine be a must requirement? msg = ( "Optional 'PyQt6-WebEngine' could not be detected.{0}" .format("\nError: {0}".format(err) if verbose else "")