Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenGL issue with PyQt 6.4 #14

Open
astrofrog opened this issue Feb 28, 2024 · 1 comment
Open

OpenGL issue with PyQt 6.4 #14

astrofrog opened this issue Feb 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@astrofrog
Copy link
Member

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 astrofrog added the bug Something isn't working label Feb 28, 2024
@astrofrog
Copy link
Member Author

Upstream vispy issue: vispy/vispy#2577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant