Ubuntu 18.04上的KivyMD安装错误

时间:2019-12-27 13:15:28

标签: python ubuntu kivy

我尝试使用pip3 install kivymd安装kivymd,但出现错误:

/tmp/pip-build-46hjob8h/kivy/kivy/include/gl_redirect.h:72:13: fatal error: GL/gl.h: No such file or directory
 #   include <GL/gl.h>
             ^~~~~~~~~
compilation terminated.
 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

似乎我必须在系统上安装与GL相关的库。 我该如何解决?

1 个答案:

答案 0 :(得分:2)

使用以下命令安装OpenGL标头:

sudo apt install libglew-dev