0

使用 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 文档,我使用 Cython 0.21.2。

查看完整日志

任何帮助将不胜感激!

4

1 回答 1

1

看起来您已经安装了 Kivy 1.8.0,并且您正在使用 buildozer 构建 Kivy 1.9.0。您将需要卸载或升级您的系统 Kivy。这是 Cython 中的一个 bug,因为它pxd在本地目录 s 之前使用了系统安装的pxds。

于 2015-05-12T21:33:12.667 回答