如何在Solus发行版上安装Kivy?

时间:2017-08-16 10:38:54

标签: python kivy solus

我没有使用Ubuntu(我在Solus上),所以我不能使用PPA。我已经按照我手动安装的所有安装指南进行了操作,但似乎都没有。

我收到错误:

x86_64-solus-linux-gcc: error trying to exec 'as': execvp: No such file or directory
/tmp/pip-build-utw792cs/kivy/kivy/graphics/scissor_instructions.c:4:20: fatal error: Python.h: No such file or directory
#include "Python.h"

                         ^
   compilation terminated.

  error: command 'x86_64-solus-linux-gcc' failed with exit status 1

\----------------------------------------  
Command "/usr/bin/python3.5 -u -c "import setuptools, tokenize;\__file__='/tmp/pip-build-utw792cs/kivy/setup.py';f=getattr(tokenize, 'open', open)(\__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, \__file__, 'exec'))" install --record /tmp/pip-rvj0_9sh-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-utw792cs/kivy/

我已经四处寻找安装指南,但它们在某些时候都以相同的错误结束。有谁知道如何安装Kivy,因为它似乎是一个非常酷的工具。

1 个答案:

答案 0 :(得分:0)

sudo pip install kivy

假设您已经安装了pip和其他依赖项,例如mesalib-devel