Anaconda Navigator 无法初始化 GLX

问题描述 投票:0回答:1

我使用 Fedora Nobara。我对 Nobara 40 进行了更新。之前 anaconda 导航器工作正常,现在却出现此错误

> conda activate TheWorld 
> anaconda-navigator              
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
Could not initialize GLX
zsh: IOT instruction (core dumped)  anaconda-navigator

我无法筛选出此问题的真正原因。并采取了基本措施仍然存在同样的问题。

如何解决这个问题?

python anaconda fedora gnome
1个回答
0
投票

我正在使用 Arch Linux,并在升级 Anaconda Navigator 后遇到问题。我重新安装了 Anaconda 和 Navigator,但没有帮助。这是我在尝试运行 Anaconda Navigator 时遇到的错误:

2024-10-17 14:18:25,806 - WARNING    linux_scaling.get_scaling_factor_using_dbus:32                                                                                                               
An exception occurred during fetching list of system display settings.                                                                                                                         
                                                                                                                                                                                               
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSi
ze 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile 
 QSurfaceFormat::NoProfile)                                                                                                                                                                    
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSi
ze 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile 
 QSurfaceFormat::NoProfile)                                                                                                                                                                    
Could not initialize GLX                                                                                                                                                                       
zsh: IOT instruction (core dumped)

为我解决上述问题的步骤:

conda 更新 anaconda-navigator

该命令产生以下输出

Channels:                                                                                                                                                                                      
- defaults                                                                                                                                                                                    
Platform: linux-64                                                                                                                                                                             
Collecting package metadata (repodata.json): done                                                                                                                                              
Solving environment: done                                                                                                                                                                      
                                                                                                                                                                                               
# All requested packages already installed.

最终命令:

导出 QT_XCB_GL_INTEGRATION=无

我还在 ~/.anaconda/navigator/anaconda-navigator.ini

中更改了以下标志
enable_high_dpi_scaling = True
                                                                                                                         
© www.soinside.com 2019 - 2024. All rights reserved.