Unable to get a window, abort

后端 未结 6 1277
别那么骄傲
别那么骄傲 2020-11-30 07:38

I\'m getting what seems to be a common error running the Kivy hello world program. I\'ve tried the solutions I\'ve seen here: manually install gstreamer, adding

6条回答
  •  悲&欢浪女
    2020-11-30 08:05

    In cmd go to python34 and then to Scripts and install the following:

    pip install --upgrade pip wheel setuptools
    pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
    pip install kivy.deps.gstreamer
    pip install kivy.deps.angle
    pip install kivy
    

提交回复
热议问题