--- a/scripts/install.py Fri Aug 30 18:56:45 2019 +0200 +++ b/scripts/install.py Fri Aug 30 19:00:38 2019 +0200 @@ -1531,6 +1531,15 @@ "PyQtWebEngine could not be detected.\nError: {0}" .format(msg) ) + + try: + from PyQt5 import QtChart # __IGNORE_WARNING__ + except ImportError as msg: + installed = pipInstall( + "PyQtChart", + "PyQtChart could not be detected.\nError: {0}" + .format(msg) + ) try: if pyqtVariant == "PyQt4":