Kivy 与 Cython 不兼容?

Kivy is not compatible with Cython?

我决定选择 kivy 来帮助我设计我的 gui 应用程序,但我面临着这个问题;我安装了 cython 0.22,每次我尝试安装 kivy 时,我都会得到这个(还有很多其他行):

ImportError: Incompatible Cython Version

是因为Cython还是Kivy?!

Kivy 的最新版本与 cython 0.22 不兼容。您可以通过安装 cython 0.21 或使用 master 分支并合并 this PR.

来修复它

当它失败时,您应该在编译过程中收到一条关于此的消息。