当我尝试运行文件夹PyQt5 \ examples \ quick \ tutorials \ extending \ chapter1-basics中的PyQt5 QtQuick示例时,我收到此错误:
QQmlExpression: Expression file:///(...)/example.qml:17:15 depends on non-NOTIFYable properties:
PieChart::name
class QWindowsEGLStaticContext *__cdecl QWindowsEGLStaticContext::create(void): Could not initialize egl display: error 12289
QtQuick: failed to create OpenGL context
我是否必须配置一些用于运行此示例的内容?