glue-viz / glue-qt

Other
1 stars 5 forks source link

OpenGL issue with PyQt 6.4 #14

Open astrofrog opened 4 months ago

astrofrog commented 4 months ago

With PyQt 6.4, the vispy viewers don't work properly:

Screenshot 2024-02-28 at 10 19 08

this can be fixed by removing:

    try:
        from qtpy import QtWebEngineWidgets  # noqa
    except ImportError:  # Not all PyQt installations have this module
        pass

from start_glue, but then WWT doesn't work.

astrofrog commented 4 months ago

Upstream vispy issue: https://github.com/vispy/vispy/issues/2577