Skip to content

Troubleshooting#

No Qt bindings#

qtpy.QtBindingsNotFoundError: No Qt bindings could be found

If you get an error similar to the one above, it means that you did not install one of the necessary PyQt or PySide libraries (for example, you can run pip install PyQt6 to install PyQt6).

See the Installing PyQt or PySide section for more details.