New issue by foopub on void-packages repository https://github.com/void-linux/void-packages/issues/24871 Description: Attempt to run `ipython --matplotlib` results in the following: `ImportError: Could not load requested Qt binding. Please ensure that PyQt4 >= 4.7, PyQt5, PySide >= 1.0.3 or PySide2 is available, and only one is imported per session. Currently-imported Qt library: 'pyqt5' PyQt4 available (requires QtCore, QtGui, QtSvg): False PyQt5 available (requires QtCore, QtGui, QtSvg, QtWidgets): False PySide >= 1.0.3 installed: False PySide2 installed: False Tried to load: ['pyqt5']` Which is easily fixed by installing the python3-PyQt5-svg package - although I'm not sure which package (matplotlib or ipython or both) should have it as a dependency.