I am trying to use the QtMqtt client as part of a PySide6 project. QT/Pyside docs say its supported: https://doc-snapshots.qt.io/qtforpython-6.4/PySide6/QtMqtt/index.html. When trying to import I get a Module Not Found.
I have tried pip installing which I expected that supported modules according to the docs with the install.
I have tried pip installing from the qt servers as described in their docs, https://doc-snapshots.qt.io/qtforpython-6.4/quickstart.html. It is not included in this install either.
Has anybody encountered or solved this?