Kivy not working (Error: Unable to find any valuable Window provider.)

后端 未结 5 784
遇见更好的自我
遇见更好的自我 2020-11-28 09:51

I have been getting this error: Unable to find any valuable Window provider. With kivy heres the \"full\" error:

[INFO   ] [Logger      ] Record log in C:\\U         


        
5条回答
  •  情书的邮戳
    2020-11-28 10:42

    You're probably missing some dependencies. From the docs:

    Install the dependencies (skip gstreamer (~120MB) if not needed, see Kivy’s dependencies):

    python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew;

    python -m pip install kivy.deps.gstreamer

    To install these dependencies, open up a terminal (can be a console, Pycharm Terminal window, etc.), run the first command and then the second command.

提交回复
热议问题