Kivy-python: error while running Hello world

后端 未结 2 1484
终归单人心
终归单人心 2021-01-23 11:06

After installing Kivy, I tried to run a Hello World app, but I get an error. I\'ve google it but cannot find satisfied answer. Here is the error:

[INFO   ] Kivy          


        
2条回答
  •  轮回少年
    2021-01-23 11:33

    That error is usually due to your computer having a very poor graphics chip, or poor video card drivers. Your card and drivers must support OpenGL ES 2 for Kivy apps to work. If you are running this in a virtual machine, make sure you have turned on 3D acceleration for that VM.

提交回复
热议问题