Kivy 1.8 和 Cython 0.21.2
Kivy 1.8 and Cython 0.21.2
使用 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.
非常感谢任何帮助!
看起来您已经安装了 Kivy 1.8.0,并且您正在使用 buildozer 构建 Kivy 1.9.0。您将需要卸载或升级您的系统 Kivy。这是 Cython 中的一个错误,因为它使用的是系统安装的 pxd
s 在本地目录 pxd
s.
之前
使用 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.
非常感谢任何帮助!
看起来您已经安装了 Kivy 1.8.0,并且您正在使用 buildozer 构建 Kivy 1.9.0。您将需要卸载或升级您的系统 Kivy。这是 Cython 中的一个错误,因为它使用的是系统安装的 pxd
s 在本地目录 pxd
s.