-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling #541
Comments
What version of cython are you using? |
|
Since that's probably the problem, I'll close this issue now. @Logmytech: please reopen it if using a new cython version doesn't fix it. |
Yes, I was using an old version of Cython. I'll try compiling again with the latest version. |
I still get the following error
|
This one is caused by using a version of cython too new for the most recent stable release. You can fix it by downgrading cython (I think 0.22 works, or 0.21 certainly should), or by trying kivy master. |
@inclement Thank you. I fixed the error by installing cython 0.21 |
I get the following errors when I compiling with buildozer.
The text was updated successfully, but these errors were encountered: