Kivy 1.8和Cython 0.21.2

时间:2015-05-12 20:48:34

标签: cython kivy buildozer

使用Buildozer我得到了12次:

#error Do not use this file, it is the result of a failed Cython compilation.

最终:

Command failed: ./distribute.sh -m "kivy" -d "myapp"

根据Kivy docs,我使用Cython 0.21.2。

See the full log

非常感谢任何帮助!

1 个答案:

答案 0 :(得分:1)

看起来你已经安装了Kivy 1.8.0,而你正在使用buildozer构建Kivy 1.9.0。您需要卸载或升级您的系统Kivy。这是Cython中的一个错误,因为它在本地目录ControlPointUI之前使用系统安装的git checkout master mv build tmp-build git rm -rf build git commit . -m "moving build to gh-pages" git checkout -b gh-pages mv tmp-build build git add build git commit . -m "moved build from master"