Ubuntu下安装kivy
Posted flow
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu下安装kivy相关的知识,希望对你有一定的参考价值。
参考:
https://stackoverflow.com/questions/45476686/kivy-critical-app-unable-to-get-a-window-abort
step 1:
sudo add-apt-repository ppa:kivy-team/kivy
step 2:
sudo apt-get update
step 3:
python2:sudo apt-get install python-kivy
python3:sudo apt-get install python3-kivy
*step 4:
sudo apt-get install kivy-examples
安装后出现如下问题时,解决方法:sudo apt-get install libsdl2-2.0-0 libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libsdl2-ttf-2.0-0
[CRITICAL] [App ] Unable to get a Window, abort.
以上是关于Ubuntu下安装kivy的主要内容,如果未能解决你的问题,请参考以下文章
如何修复 ubuntu 中的“No module named 'kivy._clock'”错误?
无法运行简单的程序 - Python - Kivy - Ubuntu