Unable to get a window, abort

后端 未结 6 1270
别那么骄傲
别那么骄傲 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:00

    I'm using windows 10 and python 3.6, and I installed kivy using pip. None of above solution helped, but then I uninstall the kivy with pip, and install kivy again with conda according to https://kivy.org/doc/stable/installation/installation-windows.html#installation and it worked.

    The packages conda installed for me are: The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    freetype-2.8.1             |           vc14_0         469 KB  conda-forge
    sdl2_mixer-2.0.4           |       h6538335_0          83 KB  conda-forge
    sdl2-2.0.10                |       h6538335_0         4.3 MB  conda-forge
    kivy-1.11.1                |   py36hbc14df2_0        20.2 MB  conda-forge
    sdl2_image-2.0.2           |                0         293 KB  conda-forge
    glew-2.0.0                 |    he025d50_1002         722 KB  conda-forge
    sdl2_ttf-2.0.14            |       h8909db8_1          25 KB  conda-forge
    smpeg2-2.0.0               |       h6538335_1         131 KB  conda-forge
    ------------------------------------------------------------
    

提交回复
热议问题