-
Notifications
You must be signed in to change notification settings - Fork 523
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
complie platform failed #580
Comments
Please follow the instructions you pasted. |
I think this error occurs with cython 0.27. Is that what you're using? If so, please downgrade to 0.26 until the fix for this is merged in Kivy master. |
`Error compiling Cython file:...
|
It still happen when cython 0.26kivy/lib/vidcore_lite/egl.pyx:608:17: cimported module has no attribute 'BCMDisplayException' Error compiling Cython file:... |
Did you clean everything before trying again with cython 0.26? It may be worth doing so. |
I delete .buildozer and buildozer.spec then buildozer init && buildozer android debug deploy run |
In your buildozer.spec make sure
is set. |
OSX 12.13
is there something wrong ?
The text was updated successfully, but these errors were encountered: