我尝试使用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相关的库。 我该如何解决?
答案 0 :(得分:2)
使用以下命令安装OpenGL标头:
sudo apt install libglew-dev