我在Ubuntu 16.04上安装了Anaconda,当我想启动spyder时,出现以下错误消息:
max@r-stats01:~$ conda install spyder
Solving environment: done
# All requested packages already installed.
max@r-stats01:~$ spyder
QXcbConnection: Failed to initialize XRandr
Qt: XKEYBOARD extension not present on the X server.
Xlib: extension "XInputExtension" missing on display ":11.0".
[20523:20557:0619/163023.668325:ERROR:gl_surface_qt.cpp(229)]
GLContextHelper::getXConfig() failed.
[20523:20557:0619/163023.668369:ERROR:gl_surface_qt.cpp(371)]
GLContextHelper::getEGLDisplay() failed.
[20523:20557:0619/163024.293024:ERROR:gl_surface_qt.cpp(667)]
Requested OpenGL implementation is not supported. Implementation: 0
QQuickWidget: Failed to make context current
QQuickWidget::resizeEvent() no OpenGL context
似乎存在OpenGL /图形问题,但是我不知道如何修复它。
答案 0 :(得分:-1)
(此处为 Spyder维护程序),该错误将在我们将于2019年6月发布的下一个版本( 3.3.0 )中得到正确解决。
与此同时,您可以打开一个终端并在其中运行
conda install pyopengl
让Spyder工作。