QOpenGLWidget is not supported on this platform.

See original GitHub issue

Using pyqt 5.9.2 on an Ubuntu 18.04 machine with the miniconda3 python 3.6.9 distribution, I launch IPython via ipython --gui=qt5, and get

import napari
~/miniconda3/lib/python3.6/site-packages/napari/__init__.py:27: UserWarning:
    napari was tested with QT library `>=5.12.3`.
    The version installed is 5.9.6. Please report any issues with this
    specific QT version at https://github.com/Napari/napari/issues.

from skimage.data import astronaut

viewer = napari.view_image(astronaut(), rgb=True)
WARNING: QOpenGLWidget is not supported on this platform.
WARNING: This plugin does not support propagateSizeHints()

and nothing is displayed on-screen.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:28 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
berceanucommented, Aug 31, 2020

Yes, all good, you can close 👍

1reaction
berceanucommented, Nov 7, 2019

GNOME. I could, before pip-installing PyQt5. Now matplotlib is also broken.

Read more comments on GitHub >

github_iconTop Results From Across the Web

QOpenGLWidget is not supported on this platform error.
I changed out QGLWidgets with QOpenGLWidgets. When I launched the app, I got this warning: @QOpenGLWidget is not supported on this platform ......
Read more >
QOpenGLWidget and Qt platform - linux - Stack Overflow
It seems that QOpenGLWidget is not supported when the platform is vnc . I have some related questions: 1.What causes QOpenGLWidget can't be ......
Read more >
Fix OpenGL Not Supported Error in Windows 10 [2022]
How to Fix OpenGL Not Supported Error in Windows 10 Windows 10 is an excellent operating system and despite all the major improvements...
Read more >
Fix OpenGL Not Supported Error in Windows 10 [2022]
Fix OpenGL Not Supported Error in Windows 10 [2022]Windows 10 is an excellent operating system and despite all the major improvements it ...
Read more >
qopenglwidget.cpp source code [qtbase/src/widgets/kernel ...
The licenses are as published by the Free Software ... 995, qWarning( "QOpenGLWidget is not supported on this platform." );.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found