必须在创建QCoreApplication之前设置属性Qt::AA_UseSoftwareOpenGL

Attribute Qt::AA_UseSoftwareOpenGL must be set before QCoreApplication is created(必须在创建QCoreApplication之前设置属性Qt::AA_UseSoftwareOpenGL)
本文介绍了必须在创建QCoreApplication之前设置属性Qt::AA_UseSoftwareOpenGL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我的环境是:

  • Windows 10,截至2019-11-08
  • 通过minconda安装了Python3.6、Spyder 4
  • 运行minconda外壳
  • 激活Virtualenv
  • 运行Spyder

我得到以下内容(在外壳中):

(base) C:Usersbate>activate keras-gpu  
(keras-gpu) C:Usersbate>spyder  
Attribute Qt::AA_UseSoftwareOpenGL must be set before QCoreApplication is created.  
[968:13624:1108/111945.157:ERROR:permission_manager_qt.cpp(82)] NOT IMPLEMENTEDUnsupported permission type: 13  

然而,Spyder4启动并正常工作,但它偶尔会挂起,我看到其他注释表明它与qt DLL有关,但我不知道如何修复这个问题

我看到了各种帖子,但没有针对此错误的帖子

顺便说一句,这是一次"干净"的安装;驱动器刚刚重建,所有东西都是全新安装的,所以没有太多的杂物,其他版本等等。

推荐答案

(Spyder Maintainer Here)此问题将在Spyder4.1.0中修复,该版本将于2020年3月晚些时候发布。

这篇关于必须在创建QCoreApplication之前设置属性Qt::AA_UseSoftwareOpenGL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Mapping 3d vertex to pixel using pyreder/pyglet/openGL(使用pyreder/pyglet/OpenGL将3D顶点映射到像素)
How do I add an image as texture of my 3D cube in pyopengl(如何添加图像作为3D立方体的纹理)
How can I determine the max allowable WX_GL_DEPTH_SIZE for a wx GLCanvas?(如何确定WX GLCanvas允许的最大WX_GL_Depth_Size?)
quot;filename.whl is not a supported wheel on this platformquot;(quot;filename.whl不是此平台上支持的轮子(quot;)
Kivy does not detect OpenGL 2.0(Kivy 不检测 OpenGL 2.0)